mirror of
https://github.com/octoleo/restic.git
synced 2025-02-14 01:30:22 +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.