เมื่อต้องการคืนค่าไซต์ใน SharePoint 2007
stsadm.exe อยู่ในเส้นทางการติดตั้งต่อไปนี้”C:โปรแกรม FilesCommon FilesMicrosoft extensions12BINstsadm.exe Sharedweb เซิร์ฟเวอร์”
วากยสัมพันธ์ :
stsadm.exe -o restore -url
ตัวอย่างเช่น :
stsadm.exe -o restore -url http://localhost:2100/ -backup.dat ชื่อไฟล์
ถ้าคุณกำลังพยายามที่จะเรียกคืนกับ WebApplication ว่างแล้วคำสั่งดังกล่าวประสบความสำเร็จจะเรียกคืนการสำรองข้อมูลของคุณ.
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/ -ชื่อไฟล์ backup.dat เขียนทับ
~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.