2022-08-23 23:21:01 +00:00
|
|
|
Enhancement: Allow limiting IO concurrency for local and SFTP backend
|
2022-04-30 11:36:47 +00:00
|
|
|
|
2022-08-23 23:21:01 +00:00
|
|
|
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
|
2022-08-24 19:13:14 +00:00
|
|
|
the `-o local.connections=2` and `-o sftp.connections=5` options. This ensures
|
|
|
|
that restic does not overwhelm the backend with concurrent IO operations.
|
2022-04-30 11:36:47 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/pull/3475
|