mirror of
https://github.com/restic/restic.git
synced 2025-10-09 16:41:09 +00:00
Deprecate s3legacy layout
This commit is contained in:
@@ -13,7 +13,7 @@ import (
|
||||
type Config struct {
|
||||
User, Host, Port, 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)"`
|
||||
Command string `option:"command" help:"specify command to create sftp connection"`
|
||||
Args string `option:"args" help:"specify arguments for ssh"`
|
||||
|
||||
|
Reference in New Issue
Block a user