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

14 lines
170 B
Text
Raw Permalink Normal View History

2018-05-04 00:15:15 +02:00
{
"Repo": "",
2018-05-13 15:11:21 +02:00
"Password": "",
"PasswordFile": "",
2018-05-13 22:12:41 +02:00
"Backends": {},
2018-05-04 00:15:15 +02:00
"Backup": {
"Target": [
"foo",
"/home/user"
2018-05-13 15:11:21 +02:00
],
"Excludes": null
2018-05-04 00:15:15 +02:00
}
}