forked from TrueCloudLab/restic
15 lines
217 B
Text
15 lines
217 B
Text
{
|
|
"Repo": "test",
|
|
"Password": "",
|
|
"PasswordFile": "",
|
|
"Backends": {
|
|
"test": {
|
|
"Backend": "local",
|
|
"Path": "/foo/bar/baz"
|
|
}
|
|
},
|
|
"Backup": {
|
|
"Target": null,
|
|
"Excludes": null
|
|
}
|
|
}
|