forked from TrueCloudLab/restic
19 lines
291 B
Text
19 lines
291 B
Text
{
|
|
"Repo": "",
|
|
"Password": "geheim",
|
|
"PasswordFile": "",
|
|
"Backends": {
|
|
"bar": {
|
|
"Type": "local",
|
|
"Path": "/srv/data/repo"
|
|
},
|
|
"foo": {
|
|
"Type": "local",
|
|
"Path": "/srv/data/repo"
|
|
}
|
|
},
|
|
"Backup": {
|
|
"Target": null,
|
|
"Excludes": null
|
|
}
|
|
}
|