Skip to content

Instantly share code, notes, and snippets.

@hoangitk
Last active June 26, 2020 07:22
Show Gist options
  • Save hoangitk/6f6a52dea49c253093f1b9aff7435a83 to your computer and use it in GitHub Desktop.
Save hoangitk/6f6a52dea49c253093f1b9aff7435a83 to your computer and use it in GitHub Desktop.
[Robocopy] #sync #collection #tools

Robocopy

Sync LEFT => RIGHT

> robocopy "src" "dest" /e /XA:SH /XJD /R:5 /W:15 /MT:4 /NDL /NP /LOG:Sync.log

Mirror LEFT => RIGHT

> robocopy "src" "dest" /MIR /XA:SH /XJD /R:5 /W:15 /MT:4 /V /NP /LOG:Mirror.log

Copy newer

> robocopy "src" "dest" /e /xo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment