* Go to Start > Programs > Microsoft SharePoint 2010 Products > SharePoint 2010 Management Shell.
* Type this command on the prompt.
Backup-SPSite -Identity http://sitecollectioname/ -Path "C:\BackupFolder\BackupFilename.bak" -NoSiteLock -SqlSnapshot -Verbose
* Change the name of the SiteCollection as per yours. And also change the name of the Backup Folder and Backup Filename as you like.
* MSDN reference.
Thanks,
JK
1 comment:
Excellent post bro.
Can you put some information about upgrade and migration scenarios from 2007?
Post a Comment