Back Up:
stsadm -O BackUp -Url "Site Url" -FaleName "Physical Location"
ReStore:
stsadm -O Restore -Url "Site Url" -FaleName "Physical Location"
OR
When you back up by using the Stsadm command-line tool, you can back up individual aspects of your SharePoint Products and Technologies deployment. For example, you can back up an individual site collection or you can back up the entire farm.
To export sites from your SharePoint Products and Technologies deployment, you use the following Stsadm command.
Stsadm –o export –url
To back up a site collection, you must use the following stsadm command.
stsadm –o backup –url
To back up an individual database, Web application, or the entire farm, you can use the following Stsadm command.
stsadm –o backup –directory
Restore:
To import sites to your SharePoint Products and Technologies deployment, you use the following Stsadm command.
Stsadm –o import –url
To restore a site collection, you must use the following Stsadm command.
stsadm –o restore –url
To restore an entire farm you can use the following Stsadm command.
stsadm –o restore –directory
No comments:
Post a Comment