paperlined.org
apps > windows
document updated 15 years ago, on Dec 27, 2008
robocopy is awesome (for a Windows tool).

switch description default behavior
/COPYALL copy everything (data, attributes, timestamps, security ACLs, owner info, and auditing info) copy only data, atributes, and timestamps
/E copy subdirectories recursively don't copy subdirectories
/R:0 skip any file that can't be copied ("after 0 retries, skip") retry indefinitely (i.e. never skip)