You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A disk type named backup, configured on top of another disk, and a path, providing read-only access to a backup,
with some optimizations (like reading index files instead of doing the stat and readdir calls).
Describe the solution you'd like
A disk type named
backup, configured on top of another disk, and a path, providing read-only access to a backup,with some optimizations (like reading index files instead of doing the
statandreaddircalls).