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

28 lines
430 B
Plaintext

{
"Repo": "",
"Password": "geheim",
"PasswordFile": "",
"Backends": {
"bar": {
"Type": "local",
"local": {
"Type": "",
"Path": "/srv/data/repo"
},
"sftp": null
},
"foo": {
"Type": "local",
"local": {
"Type": "local",
"Path": "/srv/data/repo"
},
"sftp": null
}
},
"Backup": {
"Target": null,
"Excludes": null
}
}