From 3037894f62f4b91281e4004a7814c313b4e08930 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Mon, 26 Feb 2018 21:20:41 +0100 Subject: [PATCH] Add entry to changelog --- changelog/0.8.3/issue-1641 | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 changelog/0.8.3/issue-1641 diff --git a/changelog/0.8.3/issue-1641 b/changelog/0.8.3/issue-1641 new file mode 100644 index 000000000..09a886065 --- /dev/null +++ b/changelog/0.8.3/issue-1641 @@ -0,0 +1,10 @@ +Bugfix: Ignore files with invalid names in the repo + +The release 0.8.2 introduced a bug: when restic encounters files in the repo +which do not have a valid name, it tries to load a file with a name of lots of +zeroes instead of ignoring it. This is now resolved, invalid file names are +just ignored. + +https://github.com/restic/restic/issues/1641 +https://github.com/restic/restic/pull/1643 +https://forum.restic.net/t/help-fixing-repo-no-such-file/485/3