Require :
Netdrive
robocopy.exe (available in Micrsoft Ressource Kit)
1. Download and install "NETDRIVE" tool, downloadable at this address :
http://www.netdrive.net/
2. Create a folder and extract the content of zip file into.
3. Edit the file "SharePointFlatModeBackup.vbs" in notepad.
4. Configure the variables :
*******************************************
'SharePoint Documentation Library URL
sSharePointURL = http://MY_SHarePoint_Server_URL/Documentation_Library/"
'Robocopy logfile name
sROBOCOPYLog = CurDir & "\" & sNow & "_NetDrive_ROBOCOPY.log"
'MAP Drive letter
sSRCLetter = "S:"
'Destination backup folder
sDST = "C:\EXPORT"
*******************************************
5. Test that the script is working
Download script file (86 kb)