mirror of
https://github.com/restic/restic.git
synced 2025-03-13 19:41:10 +00:00

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