mirror of
https://github.com/kopia/kopia.git
synced 2026-01-19 20:07:56 -05:00
When a sharded directory is missing do not attempt to create all its parents, but only children of the repository root. This way when a top-level directory is unmounted, we won't recreate it unnecessarily. This is implemented for filesystem and SFTP providers.