2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-02 09:00:50 +00:00
restic/internal/ui/config/testdata/repo_local.golden

18 lines
250 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",
"User": "",
"Host": "",
2018-05-03 18:47:38 +00:00
"Path": "/foo/bar/baz"
}
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
}