mirror of
https://github.com/octoleo/restic.git
synced 2024-11-25 06:07:44 +00:00
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, dataPath),
|
||||||
filepath.Join(dir, snapshotPath),
|
filepath.Join(dir, snapshotPath),
|
||||||
filepath.Join(dir, treePath),
|
filepath.Join(dir, treePath),
|
||||||
|
filepath.Join(dir, mapPath),
|
||||||
filepath.Join(dir, lockPath),
|
filepath.Join(dir, lockPath),
|
||||||
filepath.Join(dir, keyPath),
|
filepath.Join(dir, keyPath),
|
||||||
filepath.Join(dir, tempPath),
|
filepath.Join(dir, tempPath),
|
||||||
|
Loading…
Reference in New Issue
Block a user