Basic rate limiting implementation.

Added `--limit-upload` and `--limit-download` flags to rate limit
backups and restores.
This commit is contained in:
rmdashrf
2017-10-08 11:28:03 -07:00
parent 8ceb22fe8a
commit 32637a0328
12 changed files with 1179 additions and 4 deletions

View File

@@ -28,6 +28,9 @@ Important Changes in 0.X.Y
init` if the bucket already exists.
https://github.com/restic/restic/pull/1281
* Added support for rate limiting through `--limit-upload` and
`--limit-download` flags.
Small changes
-------------