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

43 lines
713 B
Plaintext

{
"Repo": "sftp:user@server:/srv/repo",
"Password": "secret",
"PasswordFile": "/root/secret.txt",
"Backends": {
"local": {
"Type": "local",
"local": {
"Type": "local",
"Path": "/foo/bar"
},
"sftp": null
},
"local2": {
"Type": "local",
"local": {
"Type": "",
"Path": "/foo/bar"
},
"sftp": null
},
"sftp": {
"Type": "sftp",
"local": null,
"sftp": {
"Type": "sftp",
"User": "foo",
"Host": "bar",
"Path": "/foo/bar"
}
}
},
"Backup": {
"Target": [
"/home/user/",
"/home/otheruser"
],
"Excludes": [
"*.c"
]
}
}