Per ripristinare il sito in SharePoint 2007
stsadm.exe è nel percorso di installazione seguente”C:Programma Andate nella cartella del server FilesMicrosoft Sharedweb extensions12BINstsadm.exe”
Sintassi :
stsadm.exe -o restore -url
Esempio :
stsadm.exe -o restore -url http://localhost:2100/ -backup.dat filename
Se si sta tentando di ripristinare il WebApplication vuoto quindi il comando precedente ripristinerà correttamente il 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.
Ciao Uday,
This is Uday (same as yours). How can I do a defferential backup of a site collection.
Ciao Uday,
How can we take differential backup of a site collection.