2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-01 16:40:50 +00:00
restic/internal/ui/config/testdata/repo_local.golden
Alexander Neumann ea565df3e8 wip
2018-06-10 12:27:52 +02:00

18 lines
250 B
Plaintext

{
"Repo": "test",
"Password": "",
"PasswordFile": "",
"Backends": {
"test": {
"Type": "local",
"User": "",
"Host": "",
"Path": "/foo/bar/baz"
}
},
"Backup": {
"Target": null,
"Excludes": null
}
}