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.

Comments

Popular posts from this blog

Adding Contact Selector Control to InfoPath form

Adding Validation to a Custom NewForm.aspx in SharePoint & Redirect

How to add to Sub-Sub Menu in SharePoint