2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-14 06:42:23 +00:00
restic/changelog/unreleased/pull-3475
2022-08-24 01:23:51 +02:00

9 lines
418 B
Plaintext

Enhancement: Allow limiting IO concurrency for local and SFTP backend
Restic did not support limiting the IO concurrency / number of connections for
accessing repositories stored using the local or SFTP backends. The number of
connections is now limited as for other backends, and can be configured via the
the `-o local.connections=2` and `-o sftp.connections=5` options.
https://github.com/restic/restic/pull/3475