From a571fc4aa1d4762e9d3565b45b4f7591331216ff Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Fri, 21 Oct 2022 22:02:41 +0200 Subject: [PATCH] add changelog for faster backups with small files --- changelog/unreleased/pull-3955 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 changelog/unreleased/pull-3955 diff --git a/changelog/unreleased/pull-3955 b/changelog/unreleased/pull-3955 new file mode 100644 index 000000000..93ec957b2 --- /dev/null +++ b/changelog/unreleased/pull-3955 @@ -0,0 +1,9 @@ +Enhancement: Improve backup performance for small files + +When backing up small files restic was slower than it could be. In particular +this affected backups using maximum compression. + +This has been fixed by reworking the internal parallelism of the backup +command. + +https://github.com/restic/restic/issues/3955