1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-03-30 00:00:14 +01:00
restic/internal/ui/config/testdata/backend-local.conf
Alexander Neumann 0758c92afc wip
2018-06-10 12:27:52 +02:00

10 lines
133 B
Text

password = "geheim"
backend "foo" {
type = "local"
path = "/srv/data/repo"
}
backend "bar" {
path = "/srv/data/repo"
}