mirror of
https://github.com/restic/restic.git
synced 2025-08-14 05:17:42 +00:00
Add type 'Index' to backend
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user