2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-03 01:20:49 +00:00
restic/internal/ui/config/testdata/backend-local.golden
Alexander Neumann 0758c92afc wip
2018-06-10 12:27:52 +02:00

20 lines
291 B
Plaintext

{
"Repo": "",
"Password": "geheim",
"PasswordFile": "",
"Backends": {
"bar": {
"Type": "local",
"Path": "/srv/data/repo"
},
"foo": {
"Type": "local",
"Path": "/srv/data/repo"
}
},
"Backup": {
"Target": null,
"Excludes": null
}
}