DRAG DROP
You plan to deploy a SharePoint Server 2013 server farm.
You need to recommend which methods must be used to back up the following components:
The Managed Metadata Service, including the associated proxy
The entire farm, including all of the data and all of the configurations
A single list only
Which backup method should you recommend for each component? (To answer, drag the
appropriate backup methods to the correct components. Each backup method may be used once,
more than once, or not at all. You may need to drag the split bar between panes or scroll to view
content.)
Explanation:
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.