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

28 lines
430 B
Plaintext
Raw Normal View History

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