mirror of
https://github.com/restic/restic.git
synced 2025-10-10 08:13:16 +00:00

This fixes a bug introduced in c79fb6fcdd
where the index file after a prune contains pack files that do not exist
any more. Restic will detect this during backup and abort with an error
message until the user runs `prune` or `rebuild-index` again.