【问题标题】:best practices for backup and recover sharepoint 2007 sites备份和恢复 sharepoint 2007 站点的最佳实践
【发布时间】:2015-02-05 15:15:26
【问题描述】:

我正在备份网站集并将其恢复到新场

1) 备份网站集

stsadm -o backup -url http://portal1/sites/currentsitecollection -filename site.bak

2) 在新场中创建新网站集

stsadm -o createsiteinnewdb   -url http://portal2/sites/restoredsitecollection -owneremail test'test.com -ownerlogin domain\admin -ownername admin -title site -description  Site description
-hostheaderwebapplicationurl http://portal2 -databaseuser admin -databasepassword password   -databaseserver  DB2 -databasename MyData

3) 恢复站点集合

    stsadm -o restore -url http://portal2/sites/restoredsitecollection  -filename site.bak   -overwrite

实现它的最佳实践是什么......

【问题讨论】:

    标签: sharepoint sharepoint-2007


    【解决方案1】:

    您提到的步骤是正确的,但需要确保您在备份和恢复站点之前锁定站点。您可以按照此链接中提到的步骤进行操作。 http://technet.microsoft.com/en-gb/library/cc706871(v=office.12).aspx

    【讨论】:

      猜你喜欢
      • 2018-07-21
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-04-01
      • 2012-05-16
      • 1970-01-01
      相关资源
      最近更新 更多