Thursday 15 September 2016

SharePoint 2010 and 2013 Subsite backup and restore using Powershell


Backup
export-spweb -identity "http://ulabtechnologies/legal" -path "D:\subslitebacku\legasubsite.cmp"

Restore
 import-spweb -identity "http://ulabtechnologies/lcs-path "D:\subslitebacku\legasubsite.cmp"

Note:
Master page template should be same as backup site in restore site

No comments:

Post a Comment