Sut i Tynnwch y Backup o SubSite yn MOSS 2007

Hi Devs, Os ydych am gymryd y copi wrth gefn o subsite mewn archa 'n barod.

stsadm.exe yn y llwybr gosodiad canlynol”C:Rhaglen FilesCommon FilesMicrosoft Sharedweb extensions12BINstsadm.exe gweinydd”

Cystrawen: stsadm.exe -o export -url -filename

Example stsadm.exe -o export -url http://localhost/subsite -filename subsitebackup.dat

Wrth gefn Safle yn MOSS 2007

To take the backup in moss 2007 in command promp

stsadm.exe yn y llwybr gosodiad canlynol “C:Rhaglen FilesCommon FilesMicrosoft Sharedweb extensions12BINstsadm.exe gweinydd”

Cystrawen : stsadm.exe -o backup -url -filename

Enghraifft : stsadm.exe -o backup -url http://localhost:2100 -filename backup.dat

if you want to overwrite the existing backup file use -overwrite with the command stsadm.exe […]