За възстановяване на Сайта в SharePoint 2007
stsadm.exe е в следната инсталационна пътека”C:Програма FilesCommon FilesMicrosoft Sharedweb сървъра extensions12BINstsadm.exe”
Синтаксис :
stsadm.exe -o restore -url
Например :
stsadm.exe -o restore -url http://localhost:2100/ -име на файла backup.dat
Ако се опитвате да се възстанови от празния webapplication след това по-горе команда успешно ще възстановите бекъп.
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 Удай,
This is Uday (same as yours). How can I do a defferential backup of a site collection.
Hi Удай,
How can we take differential backup of a site collection.