کائی میں 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

کائی میں ویب سائٹ کا بیک اپ 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://لوکل ہوسٹ:2100 -فائل نام backup.dat

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