Created
May 9, 2015 16:12
-
-
Save mashimom/02033a6c3efe7bf11dab to your computer and use it in GitHub Desktop.
Rsync without consuming all bandwidth
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 <params like -vritzn> --bwlimit=8000 ./ <USER>@<HOSTNAME>:<PATH> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment