To Restore the Site in SharePoint 2007
Stsadm.exe的是在下面的安裝路徑”ç:計劃 FilesMicrosoft Sharedweb服務器 FilesCommon extensions12BINstsadm.exe”
語法 :
stsadm.exe -o restore -url
範例 :
stsadm.exe -o restore -url http://localhost:2100/ -文件名backup.dat
If you are trying to restore with the empty webapplication then the above command will successfully restore your backup.
If you want to restore your backup with the existing site then use -overwrite with the command.
stsadm.exe -o restore -url http://localhost:2100/ -名Backup.dat還原覆蓋
~Cheers,
烏代.
嗨烏代,
This is Uday (same as yours). How can I do a defferential backup of a site collection.
嗨烏代,
How can we take differential backup of a site collection.