2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-12 13:52:22 +00:00

local: Expose layout as extended option

This commit is contained in:
Alexander Neumann 2017-04-02 20:29:00 +02:00
parent c5eb36fe9d
commit 95ab5adda1

View File

@ -9,7 +9,7 @@ import (
// Config holds all information needed to open a local repository.
type Config struct {
Path string
Layout string
Layout string `option:"layout"`
}
// ParseConfig parses a local backend config.