mirror of
https://github.com/restic/restic.git
synced 2026-07-20 14:14:54 +00:00
wip
This commit is contained in:
+17
-9
@@ -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
@@ -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
@@ -5,9 +5,11 @@
|
||||
"Backends": {
|
||||
"test": {
|
||||
"Type": "local",
|
||||
"User": "",
|
||||
"Host": "",
|
||||
"Path": "/foo/bar/baz"
|
||||
"local": {
|
||||
"Type": "local",
|
||||
"Path": "/foo/bar/baz"
|
||||
},
|
||||
"sftp": null
|
||||
}
|
||||
},
|
||||
"Backup": {
|
||||
|
||||
Reference in New Issue
Block a user