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

18 lines
216 B
Plaintext
Raw Normal View History

2018-05-13 15:11:23 +02:00
{
"Repo": "",
"Password": "",
"PasswordFile": "",
"Backends": {
"bar": {
"Type": ""
},
"foo": {
"Type": "local"
}
},
"Backup": {
"Target": null,
"Excludes": null
}
}