cd \
cd "Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN"
# you may hit some permissions problems here. our backup writes to the DB server, and is enacted by an account that has backup access to DB and write access to server
stsadm -o backup -directory \\servername\share\sharepoint_backup\ -backupmethod full
这是一个 powershell 解决方案 - 它非常灵活,可以备份恢复站点所需的所有内容,或者仅备份单个站点集。
我们的设置非常小,每晚运行一次完整备份。
一个看起来像这样的批处理脚本:
然后每隔 N 天清理一次我使用BackupCleanup.vbs的备份。检查顶部的评论以进行测试。
用法:
SQL Server 有一些非常好的工具。内容数据库备份对于大多数灾难恢复模型非常有用。