This commit is contained in:
Alexander Neumann
2018-06-10 12:27:52 +02:00
parent 8d21bb92db
commit abb1dc4eb6
5 changed files with 97 additions and 55 deletions
+17 -9
View File
@@ -5,21 +5,29 @@
"Backends": {
"local": {
"Type": "local",
"User": "",
"Host": "",
"Path": "/foo/bar"
"local": {
"Type": "local",
"Path": "/foo/bar"
},
"sftp": null
},
"local2": {
"Type": "local",
"User": "",
"Host": "",
"Path": "/foo/bar"
"local": {
"Type": "",
"Path": "/foo/bar"
},
"sftp": null
},
"sftp": {
"Type": "sftp",
"User": "foo",
"Host": "bar",
"Path": "/foo/bar"
"local": null,
"sftp": {
"Type": "sftp",
"User": "foo",
"Host": "bar",
"Path": "/foo/bar"
}
}
},
"Backup": {
+10 -6
View File
@@ -5,15 +5,19 @@
"Backends": {
"bar": {
"Type": "local",
"User": "",
"Host": "",
"Path": "/srv/data/repo"
"local": {
"Type": "",
"Path": "/srv/data/repo"
},
"sftp": null
},
"foo": {
"Type": "local",
"User": "",
"Host": "",
"Path": "/srv/data/repo"
"local": {
"Type": "local",
"Path": "/srv/data/repo"
},
"sftp": null
}
},
"Backup": {
+5 -3
View File
@@ -5,9 +5,11 @@
"Backends": {
"test": {
"Type": "local",
"User": "",
"Host": "",
"Path": "/foo/bar/baz"
"local": {
"Type": "local",
"Path": "/foo/bar/baz"
},
"sftp": null
}
},
"Backup": {