Migration of a moss site refers to the migration of a moss site set on different machines. If you back up data on a single server, use the "backup" and "Restore" functions of the SharePoint management center.
The tool to be used is "stsadm.exe". It is a command line tool and its path is:
"Systemdriver/program files/common
Files/Microsoft shared/Web Server Extensions/12/bin /". Enter "-help" to display the prompt.
The specific operations are as follows:
1.
Use the stsadm.exe file to back up the entire site:
Stsam.exe-O backup-URL http: // localhost: 158/-filename D: "itsoa. Bak
After the operation is completed, the system prompts "the operation is successful ".
Create a new Web application using the SharePoint administration center on the target server
Assume that we use port 158 to create a new Web application and restart IIS.
3.
Restore the backup on the target server.
Here we assume that the backup "itsoa. Bak" is placed under the root directory of the d disk. In cmd, enter:
Stsadm.exe-O restore-URL http: // localhost: 158/-filename D: "itsoa. Bak-overwrite; after waiting, the system prompts" Operation completed successfully"
Attachment: The restored content and user will be restored, but the Web part cannot be restored. You need to configure it manually.
The content is based on the results of the experts. The process is not clear. Standing on the shoulders of giants and looking farther, I have thanked giants here.