Skip to content

Instantly share code, notes, and snippets.

@mashimom
Created May 9, 2015 16:12
Show Gist options
  • Save mashimom/02033a6c3efe7bf11dab to your computer and use it in GitHub Desktop.
Save mashimom/02033a6c3efe7bf11dab to your computer and use it in GitHub Desktop.
Rsync without consuming all bandwidth
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