mirror of
https://github.com/restic/restic.git
synced 2024-12-23 00:07:25 +00:00
9 lines
269 B
Text
9 lines
269 B
Text
Enhancement: Add upload/download limiting
|
|
|
|
We've added support for rate limiting through `--limit-upload` and
|
|
`--limit-download` flags.
|
|
|
|
https://github.com/restic/restic/issues/1216
|
|
https://github.com/restic/restic/pull/1336
|
|
https://github.com/restic/restic/pull/1358
|
|
|