2022-10-22 17:10:33 +00:00
|
|
|
Bugfix: Correct prune statistics for partially compressed repositories
|
|
|
|
|
|
|
|
In a partially compressed repository, one data blob can exist both in an
|
2023-01-08 14:34:30 +00:00
|
|
|
uncompressed and a compressed version. This caused the `prune` statistics to
|
|
|
|
become inaccurate and e.g. report a too high value for the unused size, such
|
|
|
|
as "unused size after prune: 16777215.991 TiB". This has now been fixed.
|
2022-10-22 17:10:33 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/3918
|
|
|
|
https://github.com/restic/restic/pull/3980
|