Het herstellen van de site in SharePoint 2007
stsadm.exe is in de volgende installatie pad”C:Programma FilesCommon FilesMicrosoft Sharedweb extensions12BINstsadm.exe server”
Syntaxis :
stsadm.exe -o restore -url
Voorbeeld :
stsadm.exe -o restore -url http://localhost:2100/ -filename backup.dat
Als je probeert te herstellen met de lege webapplicatie dan zal de bovenstaande commando succesvol uw back-up te herstellen.
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/ -bestandsnaam backup.dat-overschrijven
~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.