How to Take the Backup of SubSite in MOSS 2007

Hi Devs, If you want to take the backup of subsite in command prompt.

stsadm.exe on asennuksen jälkeen polku”C:Ohjelman FilesCommon FilesMicrosoft Sharedweb palvelimen extensions12BINstsadm.exe”

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

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

Sivuston Backup HELMINEULETTA 2007

To take the backup in moss 2007 in command promp

stsadm.exe on asennuksen jälkeen polku “C:Ohjelman FilesCommon FilesMicrosoft Sharedweb palvelimen extensions12BINstsadm.exe”

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

Esimerkki : stsadm.exe -o backup -url http://localhost:2100 -tiedostonimi backup.dat

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