ఆర్కైవ్స్

MOSS లో subsite యొక్క బ్యాకప్ తీసుకోండి 2007

హాయ్ Devs, If you want to take the backup of subsite in command prompt.

stsadm.exe is in the following installation path”సి:Program FilesCommon FilesMicrosoft Sharedweb server extensions12BINstsadm.exe”

సింటాక్స్: stsadm.exe -o export -url -filename

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

MOSS సైట్ బ్యాకప్ 2007

To take the backup in moss 2007 in command promp

stsadm.exe is in the following installation path “సి:Program FilesCommon FilesMicrosoft Sharedweb server extensions12BINstsadm.exe”

సింటాక్స్ : stsadm.exe -o backup -url -filename

ఉదాహరణ : 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 […]