restic/internal/ui/config/testdata/backend-local.conf

11 lines
133 B
Text
Raw Permalink Normal View History

2018-05-13 22:12:41 +02:00
password = "geheim"
2018-05-13 15:11:23 +02:00
backend "foo" {
type = "local"
path = "/srv/data/repo"
}
backend "bar" {
path = "/srv/data/repo"
}