mirror of https://github.com/restic/restic.git
Check maps directory when opening repository
This commit is contained in:
parent
339c63befc
commit
923a9fa49b
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue