restic/internal/ui/config/testdata/repo_local.golden

10 lines
114 B
Text
Raw Normal View History

2018-05-03 20:47:38 +02:00
{
"Quiet": false,
"Repos": {
"test": {
"Backend": "local",
"Path": "/foo/bar/baz"
}
}
}