forked from TrueCloudLab/restic
Rename backend subdir 'blobs' to 'data'
This commit is contained in:
parent
b403769ae8
commit
804cebde67
8 changed files with 22 additions and 31 deletions
|
@ -5,7 +5,7 @@ import "errors"
|
|||
type Type string
|
||||
|
||||
const (
|
||||
Blob Type = "blob"
|
||||
Data Type = "data"
|
||||
Key = "key"
|
||||
Lock = "lock"
|
||||
Snapshot = "snapshot"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue