Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.
Hello ,
There are two ways you can perform the sitecollection level backup and restore
1) Central Administrator
2) power shell
Center Administrato
Backup :
PowerShell
Backup-SPSite http://server_name/sites/site_name -Path C:\Backup\site_name.bakorGet-SPSiteAdministration http://server_name/sites/site_name | Backup-SPSite -Path C:\Backup\site_name.bakorBackup-SPSite http://server_name/sites/site_name -Path C:\Backup\site_name.bak -UseSqlSnapshotRestore the Site Collectionstsadm CommandRestore
To import sites to your SharePoint Products and Technologies deployment, you use the following Stsadm command.
Stsadm –o import –url <URL> -filename <FileName>.cmp
To restore a site collection, you must use the following Stsadm command.
stsadm –o restore –url <URL of the site collection> -filename <Name of the backup file>
To restore an entire farm you can use the following Stsadm command.
stsadm –o restore –directory <UNC path or local drive> -restoremethod <overwrite or new>
Central Admin Restore proceducer1 Open a browser and navigate to the Central Administration site.2.Depending on the configuration of both the SharePoint farm and your client browser, you may be prompted to log into the Central Administration site. If you are so prompted, supply both your user name and password. In most cases, your user name and password are your domain login credentials.3.When the Central Administration site loads, navigate to the Backup and Restore page by clicking the Backup and Restore link in the Quick Launch menu along the left side of the page.4.Click the Restore from a Backup link. It is the second link under the Farm Backup and Restore section in the main zone of the page, and it takes you to the backup selection page for restore operations.5.The Backup and Restore History page appears as seen in Figure1. The Backup Directory Location text box initially contains the farm’s default backup file location, and the backup sets that are stored at the location specified are shown below the text box in order from the most recent backup set to the oldest backup set.