Để phục hồi các Site trong SharePoint 2007
STSADM.EXE là trong đường dẫn cài đặt sau”C:Chương trình FilesCommon FilesMicrosoft Sharedweb extensions12BINstsadm.exe máy chủ”
Cú pháp :
stsadm.exe -o restore -url
Ví dụ :
stsadm.exe -o restore -url http://localhost:2100/ -backup.dat filename
Nếu bạn đang cố gắng để khôi phục lại với webapplication rỗng thì lệnh trên sẽ khôi phục thành công sao lưu của bạn.
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.
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.