2024-05-05 10:12:21 +00:00
|
|
|
Enhancement: Improve `dump` performance for large files
|
|
|
|
|
2024-07-22 22:19:22 +00:00
|
|
|
The `dump` command now retrieves the data chunks for a file in
|
|
|
|
parallel. This improves the download performance by up to as many
|
|
|
|
times as the configured number of parallel backend connections.
|
2024-05-05 10:12:21 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/3406
|
|
|
|
https://github.com/restic/restic/pull/4796
|