Upang Ibalik ang Site sa SharePoint 2007
stsadm.exe ay nasa sumusunod na path sa pag-install”C:Programa FilesCommon FilesMicrosoft Sharedweb server extensions12BINstsadm.exe”
Palaugnayan :
stsadm.exe -o restore -url
Halimbawa :
stsadm.exe -o restore -url http://localhost:2100/ -filename backup.dat
Kung sinusubukan upang ibalik sa mga walang laman webapplication pagkatapos ay ang command sa itaas ay matagumpay na ibalik ang iyong 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/ -filename backup.dat -overwrite
~Cheers,
Uday.
Hi Uday,
This is Uday (same as yours). How can I do a defferential backup of a site collection.
Hi Uday,
How can we take differential backup of a site collection.