bblades262
Cadet
- Joined
- Sep 25, 2012
- Messages
- 9
Hello all,
My apologies if i am posting on a topic already answered but I searched and I couldnt find anything. For some reason when i robocopy from my primary backup server to my FreeNAS box the file timestamp changes to 1/1/1980 for every file checked, as its checked. In effect all data is re-copied on every operation. has anyone seen this before? Does anyone know how to stop this behavior?
below is the string i use to kick off the copy:
My apologies if i am posting on a topic already answered but I searched and I couldnt find anything. For some reason when i robocopy from my primary backup server to my FreeNAS box the file timestamp changes to 1/1/1980 for every file checked, as its checked. In effect all data is re-copied on every operation. has anyone seen this before? Does anyone know how to stop this behavior?
below is the string i use to kick off the copy:
Code:
robocopy "C:\Backup" "\\FREENAS\Backup" /R:3 /W:3 /MIR /NP /Z /LOG+:C:\Logs\Backup.log 2>&1