mirror of
https://github.com/restic/restic.git
synced 2025-10-09 23:23:34 +00:00
Deprecate s3legacy layout
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
// Config holds all information needed to open a local repository.
|
||||
type Config struct {
|
||||
Path string
|
||||
Layout string `option:"layout" help:"use this backend directory layout (default: auto-detect)"`
|
||||
Layout string `option:"layout" help:"use this backend directory layout (default: auto-detect) (deprecated)"`
|
||||
|
||||
Connections uint `option:"connections" help:"set a limit for the number of concurrent operations (default: 2)"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user