restic/changelog/0.15.0_2023-01-12/pull-3955

10 lines
367 B
Plaintext
Raw Permalink Normal View History

2023-01-08 15:34:30 +01:00
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
2023-01-08 15:34:30 +01:00
command, making it back up small files around two times faster.
2023-01-08 15:34:30 +01:00
https://github.com/restic/restic/pull/3955