mirror of
https://github.com/restic/restic.git
synced 2025-12-15 02:32:13 +00:00
Add type 'Index' to backend
This commit is contained in:
@@ -11,6 +11,7 @@ const (
|
||||
Lock = "lock"
|
||||
Snapshot = "snapshot"
|
||||
Tree = "tree"
|
||||
Index = "index"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user