To Restore the Site in SharePoint 2007
Stsadm.exe הוא בנתיב ההתקנה הבאים”ג:תוכנית FilesCommon FilesMicrosoft Sharedweb שרת extensions12BINstsadm.exe”
תחביר :
stsadm.exe -o restore -url
לדוגמה :
stsadm.exe -o restore -url http://localhost:2100/ -filename 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/ -filename backup.dat -overwrite
~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.