mirror of
https://github.com/octoleo/restic.git
synced 2025-01-23 23:28:32 +00:00
8066195e6e
Return valid directory info from Lstat() for parent directories of the specified filename. Previously only "/" and "." were valid directories. Also set directory mode as this is checked by archiver. Closes #2063