Just made the bat file:
And it only copies the file(s) in the folder TEST1 once?
Don't no if it makes a difference but the back-up Z: is a NAS box in RAID 1
James
Code:
-------------------------------------------------------------------------------
ROBOCOPY :: Robust File Copy for Windows :: Version XP026
-------------------------------------------------------------------------------
Started : Thu Oct 30 13:07:20 2008
Source : C:\Documents and Settings\James\My Documents\My Downloads\TEST1\
Dest : C:\Documents and Settings\James\My Documents\My Downloads\TEST2\
Files : *.*
Options : *.* /S /E /COPY:DAT /R:1000000 /W:30
------------------------------------------------------------------------------
2 C:\Documents and Settings\James\My Documents\My
Downloads\TEST1\
------------------------------------------------------------------------------
Total Copied Skipped Mismatch FAILED Extras
Dirs : 1 0 1 0 0 0
Files : 2 0 2 0 0 0
Bytes : 149.78 m 0 149.78 m 0 0 0
Times : 0:00:00 0:00:00 0:00:00 0:00:00
Ended : Thu Oct 30 13:07:20 2008
Press any key to continue . . .
And it only copies the file(s) in the folder TEST1 once?
Don't no if it makes a difference but the back-up Z: is a NAS box in RAID 1
James