Skip to content

Instantly share code, notes, and snippets.

@raidoz
Created August 21, 2017 10:48
Show Gist options
  • Save raidoz/f99f1023b66a3ad8ee47816421eda35b to your computer and use it in GitHub Desktop.
Save raidoz/f99f1023b66a3ad8ee47816421eda35b to your computer and use it in GitHub Desktop.
Copy with rsync over custom ssh port with bandwidth limit
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