Την αποκατάσταση της τοποθεσίας στο SharePoint 2007
Stsadm.exe είναι στην ακόλουθη διαδρομή εγκατάστασης”C:Πρόγραμμα FilesCommon FilesMicrosoft Sharedweb διακομιστή extensions12BINstsadm.exe”
Σύνταξη :
stsadm.exe -o restore -url
Παράδειγμα :
stsadm.exe -o restore -url http://localhost:2100/ -αρχείου 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,
Uday.
Γεια Uday,
This is Uday (same as yours). How can I do a defferential backup of a site collection.
Γεια Uday,
How can we take differential backup of a site collection.