http://cnsh-10aplx:1888/MRBReport/_layouts/savetmpl.aspx 保存网站模板
http://cnsh-10aplx:1888/_catalogs/wt/Forms/Common.aspx 模板保存地方
displaymode=design Toolpaneview=2#
The backup/restore job failed because there is already another job scheduled. Delete the timer job from the Timer Job Definitions page, and then restart the backup/restore job.
Troubleshoot issues with Windows SharePoint Services.
还原
"F:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\bin\stsadm" -o restore -urlhttp://localhost:19593 -filename D:\88-%date:~0,10%_AA1.bak -overwrite
"F:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\bin\stsadm" -o restore -urlhttp://localhost:19593 -filename "D:\88-2011-04-22_AA1.bak" -overwrite
"F:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\bin\stsadm" -o restore -urlhttp://localhost:19593 -filename "D:\88-2011-04-22_AA1.bak" -overwrite
pause
"F:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\bin\stsadm.exe" -o restore -urlhttp://localhost:19593 -filename D:\88-2011-04-22_AA1.bak -overwrite
pause
12.0.0.6458 12.0.4518.1016
============================
sharepoint 备份命令:
iisreset /stop
::备份IT站点
::"C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\bin\stsadm" -o backup -urlhttp://Localhost -filename
\\IP\Dept_Private\ITSS\ITSS\SharePoint\offline\80-%date:~0,10%_AA1.bak -overwrite
::备份SSPConfig
::"C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\bin\stsadm" -o backup -urlhttp://Localhost:81 -filename
\\IP\Dept_Private\ITSS\ITSS\SharePoint\offline\81-%date:~0,10%_AA1.bak -overwrite
::备份MySite
::"C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\bin\stsadm" -o backup -urlhttp://Localhost:82 -filename
\\IP\Dept_Private\ITSS\ITSS\SharePoint\offline\82-%date:~0,10%_AA1.bak -overwrite
::备份QA PM
"C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\bin\stsadm" -o backup -urlhttp://Localhost:88 -filename D:\88-%date:~0,10%_AA1.bak -overwrite
iisreset /start
pause