Att återställa webbplatsen i SharePoint 2007
stsadm.exe finns i följande sökväg”C:Program FilesMicrosoft Sharedweb servern FilesCommon extensions12BINstsadm.exe”
Syntax :
stsadm.exe -o restore -url
Exempel :
stsadm.exe -o restore -url http://localhost:2100/ -filnamn backup.dat
Om du försöker återställa med den tomma webapplikation sedan kommandot ovan kommer lyckas återställa säkerhetskopian.
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/ -filnamn backup.dat-overwrite
~Cheers,
Uday.
Hej Uday,
This is Uday (same as yours). How can I do a defferential backup of a site collection.
Hej Uday,
How can we take differential backup of a site collection.