Created
August 21, 2017 10:48
-
-
Save raidoz/f99f1023b66a3ad8ee47816421eda35b to your computer and use it in GitHub Desktop.
Copy with rsync over custom ssh port with bandwidth limit
This file contains 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 -avz -e "ssh -p 222" hostname.inter.net:/data/filename.ext . --progress --bwlimit=1000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment