1
I am trying to copy 1TB of data. I want to copy everything possible, what kind of Robocopy options are recommended in this case? I use:
/E = copy all all subdirectories including empty
/dcopy:T = copy folder timestamps
/B = backup mode <-- no sure what this does
/J = what does this do <-- no idea what this does
/r:10 = retry 10 times on failed files
/unicode = show status as unicode
/tee = write output to console also
/log:path = save log file to
/np = do not fill the output with useless percentages
Is there any option I am missing?
No sure what /J
does. Backup just bypasses permissions? Also, what
U Auditing information
Is?
1All arguments are well documented. If you don't know what an argument does you should look it up. – Ramhound – 2014-02-28T14:12:39.630