add changelog for streaming index rewrite

This commit is contained in:
Michael Eischer 2024-05-19 23:50:40 +02:00
parent 027cc64737
commit f680a2331d
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
Enhancement: Make `prune` command resumable
When `prune` was interrupted, it a latter `prune` run previously started repacking
the pack files from the start as `prune` did not update the index while repacking.
The `prune` command now supports resuming interrupted prune runs. The update
of the repository index also has been optimized to use less memory and only
rewrite parts of the index that have changed.
https://github.com/restic/restic/issues/3806
https://github.com/restic/restic/pull/4812