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

16 lines
246 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",
2018-05-13 22:12:41 +02:00
"Backends": {},
2018-05-13 15:11:21 +02:00
"Backup": {
"Target": [
"/home/user/",
"/home/otheruser"
],
"Excludes": [
"*.c"
]
}
}