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

35 lines
571 B
Plaintext
Raw Normal View History

2018-05-13 13:11:21 +00:00
{
"Repo": "sftp:user@server:/srv/repo",
"Password": "secret",
"PasswordFile": "/root/secret.txt",
2018-05-13 20:57:18 +00:00
"Backends": {
"local": {
"Type": "local",
"User": "",
"Host": "",
"Path": "/foo/bar"
},
"local2": {
"Type": "local",
"User": "",
"Host": "",
"Path": "/foo/bar"
},
"sftp": {
"Type": "sftp",
"User": "foo",
"Host": "bar",
"Path": "/foo/bar"
}
},
2018-05-13 13:11:21 +00:00
"Backup": {
"Target": [
"/home/user/",
"/home/otheruser"
],
"Excludes": [
"*.c"
]
}
}