I have this robocopy command, and I need someone to help me to understand the switches it is using.
>robocopy \\server1\d$\data d:\data /MIR /ZB /W:5 /R:2 /COPYALL /TS /FP /NP "/LOG:d:\robocopy_log.txt"
What do these switches do? /ZB, /COPYALL, /TS, /FP
Also, does the robocopy reset the file's archive bit? if it does, I need to be careful when using both this robocopy and the backup software.
Thanks in advance
Start Free Trial