We can take two type of Farm backup in SharePoint 2013
- Backup and Restore only Farm Configuration settings in SharePoint 2013
- Backup and Restore Farm content and Configuration settings in SharePoint 2013
1. Backup and Restore only Farm Configuration settings in SharePoint 2013
Method 1. By using SharePoint central administration
Backup Steps
- Central Administration--> Backup and Restore
- Click Perform a backup.
- Step 1 of 2: Select the farm from the list of components
- Click Next
- Step 2 of 2: Select Backup Type Full
- On Data to backup select Back up only configuration settings
- Provide Location path for Backup
- Click Start Backup
Restore Steps
- Central Administration--> Backup and Restore
- Click Restore from a backup
- Provide Backup Directory Location path
- If multiples backup in the folder the select the backup
- Click Next
Method 2. By using Power Shell
Backup Steps
- Open SharePoint 2013 Management Shell.
- Run the following Shell
Backup-SPFarm –ConfigurationOnly -Verbose –Directory "C:\Backups\ConfigOnly" –BackupMethod Full
Restore Steps
Restore-SPFarm –Directory "C:\backups\ConfigOnly" –RestoreMethod Overwrite –ConfigurationOnly –Force
–RestoreMethod New to restore new farm
2. Backup and Restore Farm content and Configuration settings in SharePoint 2013
Method 1. By using SharePoint central administration
Backup Steps
- Central Administration--> Backup and Restore
- Click Perform a backup.
- Step 1 of 2: Select the farm from the list of components
- Step 2 of 2: Select Backup Type Full
- Click Next
- On Data to backup select Back up Content and configuration settings
- Provide Location path for Backup
- Click Start Backup
Permission Network folder permission
- Search Service application account
- SQL Server service account (MSSQLSERVER)
- Farm Administrator account
Restore Steps
- Central Administration--> Backup and Restore
- Click Restore from a backup
- Provide Backup Directory Location path
- If multiples backup in the folder the select the backup
- Click Next
Method 2. By using Power Shell
Backup Steps
1. Open SharePoint 2013 Management Shell.
2. Run the following Shell
Backup-SPFarm -BackupMethod Full -Directory \\BackupFolderPath
Restore Steps
Restore-SPFarm -Directory C:\Backups -RestoreMethod Overwrite –Force
–RestoreMethod New to restore new farm
Thank you very much
Fahadullah Karimi
SharePoint Specialist
Step by Step Backup and Restore Solution in SharePoint 2013 | Step by step backup and Restore Web Application in SharePoint 2013 |
No comments:
Post a Comment