Robocopy keeping date modified from source on directory copy

R

rockville1603

I am running a basic copy command:

robocopy "\\\SOURCE\REGULAR" "\\TARGET\REGULAR" /e /sec and the target has the same date modified as the source. I thought the default was it would be set to the current date and time. I have tried specifying DCOPY:DA but it does not change anything. Any thoughts on why this would occur? Could there be some folder permissions that would cause the issue?

Continue reading...
 
Back
Top Bottom