This commit is contained in:
Alexander Neumann 2018-05-13 15:11:23 +02:00
parent ffd7bc1021
commit 8b0092908a
2 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,8 @@
backend "foo" {
type = "local"
path = "/srv/data/repo"
}
backend "bar" {
path = "/srv/data/repo"
}

View File

@ -0,0 +1,17 @@
{
"Repo": "",
"Password": "",
"PasswordFile": "",
"Backends": {
"bar": {
"Type": ""
},
"foo": {
"Type": "local"
}
},
"Backup": {
"Target": null,
"Excludes": null
}
}