mirror of
https://github.com/restic/restic.git
synced 2025-10-30 01:48:34 +00:00
Prepare changelog for 0.14.0
This commit is contained in:
12
changelog/0.14.0_2022-08-25/issue-3114
Normal file
12
changelog/0.14.0_2022-08-25/issue-3114
Normal file
@@ -0,0 +1,12 @@
|
||||
Enhancement: Optimize handling of duplicate blobs in `prune`
|
||||
|
||||
Restic `prune` always used to repack all data files containing duplicate
|
||||
blobs. This effectively removed all duplicates during prune. However, as a
|
||||
consequence all these data files were repacked even if the unused repository
|
||||
space threshold could be reached with less work.
|
||||
|
||||
This is now changed and `prune` works nice and fast even when there are lots
|
||||
of duplicate blobs.
|
||||
|
||||
https://github.com/restic/restic/issues/3114
|
||||
https://github.com/restic/restic/pull/3290
|
||||
Reference in New Issue
Block a user