2024-05-05 12:12:21 +02:00
|
|
|
Enhancement: Improve `dump` performance for large files
|
|
|
|
|
2024-07-23 00:19:22 +02: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 12:12:21 +02:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/3406
|
|
|
|
https://github.com/restic/restic/pull/4796
|