I want to make an exact copy (timestamps, security permissions, literally everything exact) of all files moved from one drive to another. In all of the robocopy examples I'm seeing little variants. Therefore, I'm second guessing my command despite testing.
Here is my command: robocopy c:\test k:\test /E /ZB /DCOPY:T /COPYALL /secfix /timefix
/e for everything
/zb to keep it going
/DCOPY:T
/COPYALL (DATSOU)
/SECFIX (do I need this?)
/TimeFIX (do I need this?)
Thanks,
JOe K.