2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-15 17:47:21 +00:00
restic/changelog/unreleased/pull-4400

9 lines
315 B
Plaintext
Raw Normal View History

2023-07-07 20:54:31 +00:00
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