We have Sharepoint 2003 in our environment to assist the developers to keep their project related documents.
Now, one of the Project want their entire Shared Documents as back up in DVD. The size is approx 3Gb. We tried to map the portal site on local machine as Tools->Map Network Drive->\server\sites\sharepointsite. We then try to copy the folder as Ctrl+C and then Ctrl+V on machine. It is not able to copy..it takes around 30 mins as preparing to copy then finally fails.
Could any one please suggest how to take the backup of this folder.
Thanks in Advance.
Try to copy the files by a script, use
xcopy(see documentation here http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/xcopy.mspx?mfr=true). This will be better than copy/paste in Windows Explorer, sincexcopydoes not try to calculate the required time for copying, just loops through the file list and copies them.You could do it with an xcopy script like this: