restic/internal/ui/config/testdata/repo_local.golden

20 lines
286 B
Plaintext
Raw Normal View History

2018-05-03 18:47:38 +00:00
{
2018-05-13 13:11:21 +00:00
"Repo": "test",
"Password": "",
"PasswordFile": "",
2018-05-03 22:15:15 +00:00
"Backends": {
2018-05-03 18:47:38 +00:00
"test": {
2018-05-13 20:42:42 +00:00
"Type": "local",
2018-05-14 21:21:24 +00:00
"local": {
"Type": "local",
"Path": "/foo/bar/baz"
},
"sftp": null
2018-05-03 18:47:38 +00:00
}
2018-05-03 22:15:15 +00:00
},
2018-05-13 13:11:21 +00:00
"Backup": {
"Target": null,
"Excludes": null
}
2018-05-03 18:47:38 +00:00
}