github.com/mckael/restic@v0.8.3/changelog/0.7.1_2017-07-22/pull-1115 (about)

     1  Bugfix: Fix `prune`, only include existing files in indexes
     2  
     3  A bug was found (and corrected) in the index rebuilding after prune, which led
     4  to indexes which include blobs that were not present in the repo any more.
     5  There were already checks in place which detected this situation and aborted
     6  with an error message. A new run of either `prune` or `rebuild-index` corrected
     7  the index files. This is now fixed and a test has been added to detect this.
     8  
     9  https://github.com/restic/restic/pull/1115