mirror of
https://github.com/restic/restic.git
synced 2026-09-19 18:48:30 +00:00
When transferring a repository from S3 to, for example, a local disk then all empty folders will be missing. When saving files, the missing intermediate folders are created automatically. Therefore, missing directories can be ignored by the `List()` operation.