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

28 lines
430 B
Plaintext
Raw Normal View History

2018-05-13 13:11:23 +00:00
{
"Repo": "",
2018-05-13 20:12:41 +00:00
"Password": "geheim",
2018-05-13 13:11:23 +00:00
"PasswordFile": "",
"Backends": {
"bar": {
2018-05-13 20:12:41 +00:00
"Type": "local",
2018-05-14 21:21:24 +00:00
"local": {
"Type": "",
"Path": "/srv/data/repo"
},
"sftp": null
2018-05-13 13:11:23 +00:00
},
"foo": {
2018-05-13 20:12:41 +00:00
"Type": "local",
2018-05-14 21:21:24 +00:00
"local": {
"Type": "local",
"Path": "/srv/data/repo"
},
"sftp": null
2018-05-13 13:11:23 +00:00
}
},
"Backup": {
"Target": null,
"Excludes": null
}
}