Files
restic/internal
Michael Eischer 5b39ad861e repository: repair index: correctly handle split index entries
In restic <0.10.0, it was possible that the blobs of a pack file were
split across multiple indexes. `MasterIndex.Rewrite` however assumed
that each an index always contains the full description of a pack file.
Therefore, further index entries for a pack were filtered out as
duplicates. Now, the code also checks the blobs contained in the index
entry while filtering out duplicates.
2026-05-31 15:58:29 +02:00
..
2024-07-03 20:02:06 +02:00
2025-11-30 11:53:23 +01:00
2026-05-14 11:18:16 +02:00
2025-03-22 18:20:30 +00:00
2025-11-30 11:53:23 +01:00