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
|
@ -11,6 +11,7 @@ const (
|
|||
Lock = "lock"
|
||||
Snapshot = "snapshot"
|
||||
Tree = "tree"
|
||||
Index = "index"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue