« Switching layouts when screen orientation changes in Android | Main | Battery Conscious: Using your GPS with Android »
Monday
Feb082010

Moving a SharePoint site collection to another managed path

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.

Reader Comments

There are no comments for this journal entry. To create a new comment, use the form below.

PostPost a New Comment

Enter your information below to add a new comment.

My response is on my own website »
Author Email (optional):
Author URL (optional):
Post:
 
Some HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>