2023-07-29 00:30:40 +00:00
|
|
|
Bugfix: Ignore missing folders in `rest` backend
|
2023-07-07 20:54:31 +00:00
|
|
|
|
|
|
|
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
|
2023-07-29 00:30:40 +00:00
|
|
|
has been now fixed.
|
2023-07-07 20:54:31 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/pull/4400
|
|
|
|
https://github.com/restic/rest-server/issues/235
|