
Explanation/Reference:
Note:
* Service information:
At the Windows PowerShell command prompt, type the following command:
Backup-SPFarm -Directory <BackupFolder> -BackupMethod {Full | Differential} -Item
<ServiceApplicationName> [-Verbose]
Where:
<BackupFolder> is the path of a folder on the local computer or on the network in which you want to store the backups.
<ServiceApplicationName> is the name of the service application that you want to back up. To display the name of the service application, at the Windows PowerShell command prompt, type the following command: Backup-SPFarm -ShowTree.
* Farm:
At the Windows PowerShell command prompt, type the following command:
Backup-SPFarm -Directory <BackupFolder> -BackupMethod {Full | Differential} [-Verbose]
* Single list:
At the Windows PowerShell command prompt, type the following command:
Export-SPWeb -Identity <SiteURL> -Path <Path and File Name> [-ItemUrl <URL of Site, List, or Library>] [-IncludeUserSecurit Where:
<SiteURL> is URL for the site, list, or library that you are exporting.
<Path and FileName> is path and name for the site, list, or library that you are exporting.
<URL of Site, List, or Library> is the URL for the site, list, or library where you are exporting.