mirror of
https://github.com/restic/restic.git
synced 2026-08-25 06:53:18 +00:00
wip
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
quiet = true
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"Quiet": true,
|
||||
"Repos": null
|
||||
}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
repo "test" {
|
||||
backend = "local"
|
||||
path = "/foo/bar/baz"
|
||||
}
|
||||
|
||||
foobar "test" {
|
||||
x = "y"
|
||||
}
|
||||
|
||||
quiet = false
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"Quiet": false,
|
||||
"Repos": {
|
||||
"test": {
|
||||
"Backend": "local",
|
||||
"Path": "/foo/bar/baz"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user