Using Windows PowerShell
You can use Windows PowerShell to back up a site collection manually or as part of a script that can be run at scheduled intervals.
To back up a site collection by using Windows PowerShell
- Verify that you meet the following minimum requirements: See Add-SPShellAdmin.
- On the Start menu, click All Programs.
- Click Microsoft SharePoint 2010 Products.
- Click SharePoint 2010 Management Shell.
- At the Windows PowerShell command prompt type the following command:
Backup-SPSite -Identity <Site collection name> -Path <backup file> [-Force] [-NoSiteLock] [-UseSqlSnapshot] [-Verbose]
Use Central Administration
You can use Central Administration to back up a site collection.
To back up a site collection by using Central Administration
- Verify that the user account performing this procedure is a member of the Farm Administrators group. Additionally, verify that the Windows SharePoint Services Timer V4 service has Full Control permissions on the backup folder.
- In Central Administration, on the Home page, in the Backup and Restore section, click Perform a site collection backup.
- On the Site collection backup page, select the site collection from the Site Collection list.
- Type the local path of the backup file in the Filename box.
- Click Start Backup.
- You can see status of job in monitor tab.