forked from TrueCloudLab/restic
add changelog
This commit is contained in:
parent
978ebaac49
commit
5705326bb8
1 changed files with 8 additions and 0 deletions
8
changelog/unreleased/pull-4400
Normal file
8
changelog/unreleased/pull-4400
Normal file
|
@ -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
|
Loading…
Reference in a new issue