mirror of
https://github.com/restic/restic.git
synced 2025-08-24 12:29:42 +00:00
Check maps directory when opening repository
This commit is contained in:
@@ -36,6 +36,7 @@ func OpenLocal(dir string) (*Local, error) {
|
||||
filepath.Join(dir, dataPath),
|
||||
filepath.Join(dir, snapshotPath),
|
||||
filepath.Join(dir, treePath),
|
||||
filepath.Join(dir, mapPath),
|
||||
filepath.Join(dir, lockPath),
|
||||
filepath.Join(dir, keyPath),
|
||||
filepath.Join(dir, tempPath),
|
||||
|
Reference in New Issue
Block a user