Monday
Feb082010
Moving a SharePoint site collection to another managed path
Monday, February 8, 2010 at 4:30PM To move a SharePoint site collection to another location you can run the following commands
1. stsadm –o backup –url <site collection url> –filename <filename to store backup>
2. stsadm –o deletesite –url <site collection url>
3. stsadm –o restore –url <site collection url> –filename <filename to restore from>
You must delete the original site before restoring to avoid errors.
Rory |
Post a Comment |
Reader Comments