mirror of
https://github.com/restic/rest-server.git
synced 2025-12-06 17:15:45 -08:00
Ignore unexpected files in intermediate directories
Listing the data/ folder in a repository no longer fails if it contains files in the data/ folder. This also ignore .DS_Store files created by macOS.
This commit is contained in:
9
changelog/unreleased/issue-219
Normal file
9
changelog/unreleased/issue-219
Normal file
@@ -0,0 +1,9 @@
|
||||
Bugfix: Ignore unexpected files in the data/ folder
|
||||
|
||||
If the data folder of a repository contained files, this would prevent restic
|
||||
from retrieving a list of file data files. This has been fixed. As a workaround
|
||||
remove the files that are directly contained in the data folder (e.g.,
|
||||
`.DS_Store` files).
|
||||
|
||||
https://github.com/restic/rest-server/issues/219
|
||||
https://github.com/restic/rest-server/pull/221
|
||||
Reference in New Issue
Block a user