2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-03 09:30:50 +00:00
restic/internal/ui/config/testdata/backup.golden
Alexander Neumann ffd7bc1021 wip
2018-06-10 12:27:52 +02:00

14 lines
172 B
Plaintext

{
"Repo": "",
"Password": "",
"PasswordFile": "",
"Backends": null,
"Backup": {
"Target": [
"foo",
"/home/user"
],
"Excludes": null
}
}