You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sharepoint/sharepoint-ps/sharepoint-server/Backup-SPFarm.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,8 @@ The Backup-SPFarm cmdlet creates a backup for the entire farm or individual comp
40
40
It can also be used to back up just the configuration settings of a farm to be used as a farm template for other SharePoint farms.
41
41
If you want to back up a single site collection, use the Backup-SPSite cmdlet.
42
42
43
+
To see the available objects to backup, use the `-ShowTree` parameter set.
44
+
43
45
For permissions and the most current information about Windows PowerShell for SharePoint Products, see the online documentation at [SharePoint Server Cmdlets](https://docs.microsoft.com/powershell/sharepoint/sharepoint-server/sharepoint-server-cmdlets).
This example performs a backup of a farm using 10 threads and forces the backup to be saved to the C:\Backup directory even though SharePoint estimates that it does not have sufficient space available.
0 commit comments