mirror of
https://github.com/restic/restic.git
synced 2025-08-14 02:49:23 +00:00
backend/server: remove id and version from backend
This commit is contained in:
@@ -10,8 +10,7 @@ var Paths = struct {
|
||||
Locks string
|
||||
Keys string
|
||||
Temp string
|
||||
Version string
|
||||
ID string
|
||||
Config string
|
||||
}{
|
||||
"data",
|
||||
"snapshots",
|
||||
@@ -19,8 +18,7 @@ var Paths = struct {
|
||||
"locks",
|
||||
"keys",
|
||||
"tmp",
|
||||
"version",
|
||||
"id",
|
||||
"config",
|
||||
}
|
||||
|
||||
// Default modes for file-based backends
|
||||
|
Reference in New Issue
Block a user