diff --git a/changelog/unreleased/pull-4796 b/changelog/unreleased/pull-4796 new file mode 100644 index 000000000..319b9ccdc --- /dev/null +++ b/changelog/unreleased/pull-4796 @@ -0,0 +1,8 @@ +Enhancement: Improve `dump` performance for large files + +The `dump` command now retrieves the data chunks for a file in parallel. This +improves the download performance by up to the configured number of parallel +backend connections. + +https://github.com/restic/restic/issues/3406 +https://github.com/restic/restic/pull/4796