restic/internal/ui/config/testdata/backend-local.golden
Alexander Neumann 8b0092908a wip
2018-06-10 12:27:52 +02:00

17 lines
216 B
Text

{
"Repo": "",
"Password": "",
"PasswordFile": "",
"Backends": {
"bar": {
"Type": ""
},
"foo": {
"Type": "local"
}
},
"Backup": {
"Target": null,
"Excludes": null
}
}