Backup and migration of moss

Source: Internet
Author: User

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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.