mirror of
https://github.com/restic/restic.git
synced 2025-10-27 14:28:54 +00:00
It was observed that a restic repository still contained overlapping indexes after `rebuild-index` has been called. This is caused by instantly forgetting that blobs have already been saved once a full index has been written during index rebuilding. This commit adds a (failing) test that shows the behaviour.