Tuesday, November 15, 2016

Step by step backup and Restore Web Application in SharePoint 2013


 Method 1.  By using SharePoint central administration

Backup Steps

1.      Central Administration--> Backup and Restore

2.      Click Perform a backup.

3.      Step 1 of 2: Select the web application from the list of components

4.      Click Next

5.      Step 2 of 2: Select Backup Type Full

6.      On Data to backup select Back up content and configuration settings

7.      Provide Location path for Backup

8.      Click Start Backup

Restore Steps

1.      Central Administration--> Backup and Restore

2.      Click Restore from a backup

3.      Step 1 of 3: Select Backup to Restore page, from the list of backups

4.      Step 2 of 3: Select Component to Restore page, select the check box that is next to the web application, and then click Next.

5.      Step 3 of 3: Select Restore Options page, in the Restore Component section

6.      Restore Only Configuration Settings section, make sure that the Restore content and configuration settings

7.      Restore Options section, under Type of Restore, select the Same configuration option

8.      Provide Backup Directory Location path

9.      If multiples backup in the folder the select the backup

10.  Click Next

Method 2.  By using Power Shell


Backup Steps

1. Open SharePoint 2013 Management Shell.

2. Run the following Shell

Backup-SPFarm -Directory "C:\Backup" -BackupMethod Full -Item "Farm\Microsoft SharePoint Foundation Web Application\NameofWebApplication" –Force

Restore Steps

Restore-SPFarm -Directory "C:\BackupFolder" -RestoreMethod Overwrite -Item  "Farm\Microsoft SharePoint Foundation Web Application\ NameofWebApplication "  -Force

 

Thank you very much

          Fahadullah Karimi

         SharePoint Specialist

Step by step backup and Restore SharePoint 2013 Farm Step by step backup and Restore Service Application in SharePoint 2013

No comments:

Post a Comment