mirror of
https://github.com/restic/restic.git
synced 2026-05-11 04:55:24 +00:00
wip
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
backup {
|
||||
target = [
|
||||
"foo",
|
||||
"/home/user",
|
||||
]
|
||||
}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"Backends": null,
|
||||
"Repo": "",
|
||||
"Backup": {
|
||||
"Target": [
|
||||
"foo",
|
||||
"/home/user"
|
||||
]
|
||||
}
|
||||
}
|
||||
-1
@@ -1 +0,0 @@
|
||||
quiet = true
|
||||
-4
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"Quiet": true,
|
||||
"Repos": null
|
||||
}
|
||||
+2
-6
@@ -1,10 +1,6 @@
|
||||
repo "test" {
|
||||
backend "test" {
|
||||
backend = "local"
|
||||
path = "/foo/bar/baz"
|
||||
}
|
||||
|
||||
foobar "test" {
|
||||
x = "y"
|
||||
}
|
||||
|
||||
quiet = false
|
||||
repo = "test"
|
||||
|
||||
+4
-3
@@ -1,9 +1,10 @@
|
||||
{
|
||||
"Quiet": false,
|
||||
"Repos": {
|
||||
"Backends": {
|
||||
"test": {
|
||||
"Backend": "local",
|
||||
"Path": "/foo/bar/baz"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Repo": "test",
|
||||
"Backup": null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user