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