Skip to content

Instantly share code, notes, and snippets.

@theiwaz
Created April 7, 2020 03:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theiwaz/d641a19f0e494b906e01e8beae50d03b to your computer and use it in GitHub Desktop.
Save theiwaz/d641a19f0e494b906e01e8beae50d03b to your computer and use it in GitHub Desktop.
Sync dirs with Robocopy
# https://pureinfotech.com/robocopy-transfer-files-fast-network-windows-10/
robocopy %1 %2 /E /Z /ZB /R:5 /W:5 /TBD /NP /V /MT:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment