restic/internal/ui/config/testdata/all.golden
Alexander Neumann 0758c92afc wip
2018-06-10 12:27:52 +02:00

15 lines
246 B
Text

{
"Repo": "sftp:user@server:/srv/repo",
"Password": "secret",
"PasswordFile": "/root/secret.txt",
"Backends": {},
"Backup": {
"Target": [
"/home/user/",
"/home/otheruser"
],
"Excludes": [
"*.c"
]
}
}