It produces a very nice output too@echo off
echo ----------------------------------
echo Backup of My Documents folder
echo ----------------------------------
xcopy "C:\Documents and Settings\Ross Yule\My Documents" "F:\Backup" /d /i /e /y /v
echo ----------------------------------
pause
echo ----------------------------------
echo Backup of Microsoft Outlook Email
echo ----------------------------------
xcopy "C:\Documents and Settings\Ross Yule\Local Settings\Application Data\Microsoft\Outlook" "F:\Outlook" /d /i /e /y /v
echo ----------------------------------
echo Backup complete
echo ----------------------------------
pause
quit

xcopy
robocopy "D:\Website" "G:\Website" /MIR /COPY:DAT /DCOPY:T /V /TS /X /TEE /NP /LOG:"Website.txt" /R:10 /W:30
 Better do something about that
 Better do something about that
Robocopy sounds really good, i particularly like the sound of the mirror feature - which xcopy doesn't have. I have to run a batch file to delete the backup drive every month or so to save it getting full of data I've deleted at the source! Thanks for suggestion


....and there you go.I've never been a big downloader so I guess thats why I dont get the 1.3TB stuff, but still I'd burn it to dvd and remove the files from my drive.


synctoy only does 255 charcter paths though

http://en.wikipedia.org/wiki/NtfsIsn't the 255 character limit a fature of NTFS?
Burnsy



 
	