Store maps in new subdir "maps"
This commit is contained in:
parent
b1923063fe
commit
33ce4e33aa
9 changed files with 57 additions and 12 deletions
|
@ -238,6 +238,8 @@ func (r *SFTP) dir(t Type) string {
|
|||
n = snapshotPath
|
||||
case Tree:
|
||||
n = treePath
|
||||
case Map:
|
||||
n = mapPath
|
||||
case Lock:
|
||||
n = lockPath
|
||||
case Key:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue