mirror of
https://github.com/restic/restic.git
synced 2025-08-20 00:57:30 +00:00
Store maps in new subdir "maps"
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user