How to Backup & Restore SharePoint Sites
To Backup a single site with stsadm when the SharePoint backup/restore process fails, use
( It will create several files. ).
stsadm -o export -url "http://localhost/site/subsite" -filename "c:\subsite_files\"
To Restore
stsadm -o import -url "http:///site/subsite_b" -filename "c:\subsite_files\site.cmp"
Replace, if necessary, to your domain or machine and port name.
( It will create several files. ).
stsadm -o export -url "http://localhost/site/subsite" -filename "c:\subsite_files\"
To Restore
stsadm -o import -url "http:///site/subsite_b" -filename "c:\subsite_files\site.cmp"
Replace, if necessary, to your domain or machine and port name.
Comments
Post a Comment