Skip to content

Instantly share code, notes, and snippets.

@gifflet
Created October 26, 2023 20:24
Show Gist options
  • Save gifflet/1781bc739a0c226c87db9882ec5bf237 to your computer and use it in GitHub Desktop.
Save gifflet/1781bc739a0c226c87db9882ec5bf237 to your computer and use it in GitHub Desktop.
Transfering files from machines using robocopy
robocopy \\<SOURCE_SERVER_IP>\<SHARED_FOLDER_PATH> <DESTINATION_FOLDER_PATH> /E /Z /ZB /R:5 /W:5 /TBD /NP /MT:16 /compress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment