Created
October 26, 2023 20:24
-
-
Save gifflet/1781bc739a0c226c87db9882ec5bf237 to your computer and use it in GitHub Desktop.
Transfering files from machines using robocopy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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