2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-07 11:30:49 +00:00
restic/internal/ui/config/testdata/all.golden
Alexander Neumann b3b70002ab wip
2018-06-10 12:27:52 +02:00

35 lines
571 B
Plaintext

{
"Repo": "sftp:user@server:/srv/repo",
"Password": "secret",
"PasswordFile": "/root/secret.txt",
"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"
}
},
"Backup": {
"Target": [
"/home/user/",
"/home/otheruser"
],
"Excludes": [
"*.c"
]
}
}