mirror of
https://github.com/octoleo/restic.git
synced 2024-11-16 18:15:20 +00:00
local: Expose layout as extended option
This commit is contained in:
parent
c5eb36fe9d
commit
95ab5adda1
@ -9,7 +9,7 @@ import (
|
|||||||
// Config holds all information needed to open a local repository.
|
// Config holds all information needed to open a local repository.
|
||||||
type Config struct {
|
type Config struct {
|
||||||
Path string
|
Path string
|
||||||
Layout string
|
Layout string `option:"layout"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// ParseConfig parses a local backend config.
|
// ParseConfig parses a local backend config.
|
||||||
|
Loading…
Reference in New Issue
Block a user