github.com/mckael/restic@v0.8.3/changelog/0.8.3_2018-02-26/issue-1641 (about)

     1  Bugfix: Ignore files with invalid names in the repo
     2  
     3  The release 0.8.2 introduced a bug: when restic encounters files in the repo
     4  which do not have a valid name, it tries to load a file with a name of lots of
     5  zeroes instead of ignoring it. This is now resolved, invalid file names are
     6  just ignored.
     7  
     8  https://github.com/restic/restic/issues/1641
     9  https://github.com/restic/restic/pull/1643
    10  https://forum.restic.net/t/help-fixing-repo-no-such-file/485/3