SMIGRATE works wonders because a) it migrates all your data, including security and subsites b) you can execute it from any SharePoint server and restore to any server (you have to be SPS/WSS admin on both) c) is simple for moving all your hard work in development into acceptance or production. Using SMIGRATE is pretty straight forward.
To backup a website:
- Enter the following at the command line:
smigrate -w http://server[/site] -f filename.fwp -u domain\id -pw * - This will prompt you for your NT password. Enter it at the prompt.
- Grab a coffee and wait.
To restore a site:
- Create a new site through the portal site creation wizard. Note what the site url is.
- When you get to the point of applying a template, stop and close the browser.
- Enter the following at the command line from any SharePoint server (where siteurl is the url you used in step #1):
smigrate -r -w siteurl -f filename.fwp -u domain\id -pw * - Enter your password.

No comments:
Post a Comment