Migrating Data
The SVMigrate tool helps you to migrate data from one system to another. The tool can also be used to restore SharePoint backups.
The following procedure requires the use of two tools, Stsadm (in WSS3) and SVMigrate (a Workflow tool). Ensure that you have them available before you begin the migrate or restore process.
Note: If you are migrating data by copying databases, do not use the following procedure. Continue to "Migrating Data by Copying Databases" later in this section.
To migrate data:
<?xml version="1.0" encoding="utf-16"?>
<MapPack xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" (see http://www.w3.org/2001/xmlschema-instance - http://www.w3.org/2001/xmlschema-instance) xmlns:xsd="http://www.w3.org/2001/XMLSchema" (see http://www.w3.org/2001/xmlschema - http://www.w3.org/2001/xmlschema)>
<SiteToSites>
<anyType xsi:type="SiteToSite">
<OriginalSite>/Departments/HR</OriginalSite>
<NewSite>/sites/sharevis/HR</NewSite>
</anyType>
</SiteToSites>
</MapPack>
stsadm -o export -url http://server/site -filename svbackup.svb
-versions 4
svmigrate -w http://server/site -f svbackup.svb
stsadm -o import -url http://server/site -filename spbackup.fwp
svmigrate -r -w http://newserver/site -f svbackup.svb -m
<Filename>
svmigrate -r -w http://newserver/site -f svbackup.svb