mirror of
https://github.com/restic/restic.git
synced 2025-08-14 02:08:00 +00:00
Rename backend subdir 'blobs' to 'data'
This commit is contained in:
@@ -5,7 +5,7 @@ import "errors"
|
||||
type Type string
|
||||
|
||||
const (
|
||||
Blob Type = "blob"
|
||||
Data Type = "data"
|
||||
Key = "key"
|
||||
Lock = "lock"
|
||||
Snapshot = "snapshot"
|
||||
|
Reference in New Issue
Block a user