From 5705326bb8df5f0e167b77d7a6a0704e13800692 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Fri, 7 Jul 2023 22:54:31 +0200 Subject: [PATCH] add changelog --- changelog/unreleased/pull-4400 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelog/unreleased/pull-4400 diff --git a/changelog/unreleased/pull-4400 b/changelog/unreleased/pull-4400 new file mode 100644 index 000000000..a9aaf6284 --- /dev/null +++ b/changelog/unreleased/pull-4400 @@ -0,0 +1,8 @@ +Bugfix: Ignore missing folders in REST backend + +If a repository accessed via the REST backend was missing folders, then restic +would fail with an error while trying to list the data in the repository. This +has been fixed. + +https://github.com/restic/restic/pull/4400 +https://github.com/restic/rest-server/issues/235