mirror of
https://github.com/restic/restic.git
synced 2025-12-04 03:38:25 +00:00
local: Ignore files in intermediate folders
For example the data folder of a repository might contain hidden files which caused list operations to fail.
This commit is contained in:
8
changelog/unreleased/issue-3302
Normal file
8
changelog/unreleased/issue-3302
Normal file
@@ -0,0 +1,8 @@
|
||||
Bugfix: Fix `fdopendir: not a directory` error for local backend
|
||||
|
||||
The `check`, `list packs`, `prune` and `rebuild-index` commands failed
|
||||
for the local backend when the `data` folder in the repository contained
|
||||
files. This has been fixed.
|
||||
|
||||
https://github.com/restic/restic/issues/3302
|
||||
https://github.com/restic/restic/pull/3308
|
||||
Reference in New Issue
Block a user