2023-01-08 14:34:30 +00:00
|
|
|
Enhancement: Improve `backup` performance for small files
|
2022-10-21 20:02:41 +00:00
|
|
|
|
|
|
|
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 14:34:30 +00:00
|
|
|
command, making it back up small files around two times faster.
|
2022-10-21 20:02:41 +00:00
|
|
|
|
2023-01-08 14:34:30 +00:00
|
|
|
https://github.com/restic/restic/pull/3955
|