Backup / Restore Sharepoint Site using STSADM.EXE
How to take backup and restore your sharepoint site...Common Query and Simple Solution.. Follow the below steps Step 1) Go To----------------------------------------------------------------------------- command prompt and get to the following address where stsadm.exe utility exists C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN> Step 2) For Backup ---------------------------------------------------------------------- C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN> STSADM.exe -o backup -url http://infml01190:4444/sites/TEST -filename myfile.dat or STSADM.exe -o backup -url http://infml01190:4444/sites/TEST -filename c:/myfile.dat STSADM.exe -o backup -url http://infml01190:4444/sites/TEST -filename c:/myfile.bak Operation completed successfully. Step 3) To Restore------------...