2022-07-03 09:34:01 +00:00
|
|
|
Enhancement: Improve backup speed with many small files
|
|
|
|
|
|
|
|
We have restructured the backup pipeline to continue reading files while all
|
|
|
|
upload connections are busy. This allows the backup to already prepare the next
|
2022-08-23 23:21:01 +00:00
|
|
|
data file such that the upload can continue as soon as a connection becomes
|
|
|
|
available. This can especially improve the backup performance for high latency
|
2022-07-03 09:34:01 +00:00
|
|
|
backends.
|
|
|
|
|
|
|
|
The upload concurrency is now controlled using the `-o <backend-name>.connections=5`
|
|
|
|
option.
|
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/2696
|
|
|
|
https://github.com/restic/restic/pull/3489
|