mirror of
https://github.com/restic/restic.git
synced 2026-05-25 19:45:23 +00:00
wip
This commit is contained in:
@@ -5,10 +5,14 @@
|
||||
"Backends": {
|
||||
"bar": {
|
||||
"Type": "local",
|
||||
"User": "",
|
||||
"Host": "",
|
||||
"Path": "/srv/data/repo"
|
||||
},
|
||||
"foo": {
|
||||
"Type": "local",
|
||||
"User": "",
|
||||
"Host": "",
|
||||
"Path": "/srv/data/repo"
|
||||
}
|
||||
},
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
backend "test" {
|
||||
backend = "local"
|
||||
type = "local"
|
||||
path = "/foo/bar/baz"
|
||||
}
|
||||
|
||||
|
||||
+3
-1
@@ -4,7 +4,9 @@
|
||||
"PasswordFile": "",
|
||||
"Backends": {
|
||||
"test": {
|
||||
"Type": "",
|
||||
"Type": "local",
|
||||
"User": "",
|
||||
"Host": "",
|
||||
"Path": "/foo/bar/baz"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user