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

20 lines
286 B
Plaintext

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