Per restaurar el lloc en SharePoint 2007
stsadm.exe es troba en la ruta d'instal·lació següent”C:Extensions12BINstsadm.exe servidor Programa FilesCommon FilesMicrosoft Sharedweb”
Sintaxi :
stsadm.exe -o restore -url
Exemple :
stsadm.exe -o restore -url http://localhost:2100/ -backup.dat nom de fitxer
Si vostè està tractant de restaurar l'aplicació web buida, llavors la comanda anterior restaurar correctament la còpia de seguretat.
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.
Hola Uday,
This is Uday (same as yours). How can I do a defferential backup of a site collection.
Hola Uday,
How can we take differential backup of a site collection.