Created
April 4, 2019 21:00
-
-
Save smuuf/dac666e8e3d7c2882f82665a8286f315 to your computer and use it in GitHub Desktop.
Copy whole directories via rsync with resuming
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
rsync -e ssh -avzP --inplace (<src_host>:)<src_path> (<target_host>:)<target_path> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment