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

16 lines
248 B
Text
Raw Normal View History

2018-05-13 15:11:21 +02:00
{
"Repo": "sftp:user@server:/srv/repo",
"Password": "secret",
"PasswordFile": "/root/secret.txt",
"Backends": null,
"Backup": {
"Target": [
"/home/user/",
"/home/otheruser"
],
"Excludes": [
"*.c"
]
}
}