forked from TrueCloudLab/restic
Add type 'Index' to backend
This commit is contained in:
parent
8f3b91ba32
commit
87ce38b13a
5 changed files with 15 additions and 1 deletions
|
@ -7,6 +7,7 @@ var Paths = struct {
|
|||
Data string
|
||||
Snapshots string
|
||||
Trees string
|
||||
Index string
|
||||
Locks string
|
||||
Keys string
|
||||
Temp string
|
||||
|
@ -16,6 +17,7 @@ var Paths = struct {
|
|||
"data",
|
||||
"snapshots",
|
||||
"trees",
|
||||
"index",
|
||||
"locks",
|
||||
"keys",
|
||||
"tmp",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue