We use the following command line to robocopy files from one server to another.
"c:\program files\resource kit\robocopy.exe" \\server1 \\server2 /e /np /secfix /purge /W:0 /r:0 /log:e:\backup\logs\weekly.log
The files are copied over with no problem. What is happening though is that the archive bit is getting checked on the files touched by /secfix. What switch do I need to use so this doesn't happen anymore?
"c:\program files\resource kit\robocopy.exe" \\server1 \\server2 /e /np /secfix /purge /W:0 /r:0 /log:e:\backup\logs\weekly.log
The files are copied over with no problem. What is happening though is that the archive bit is getting checked on the files touched by /secfix. What switch do I need to use so this doesn't happen anymore?