2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-01 16:40:50 +00:00
restic/internal/ui/config/testdata/repo_local.golden
Alexander Neumann 722517c480 wip
2018-06-10 12:27:52 +02:00

10 lines
114 B
Plaintext

{
"Quiet": false,
"Repos": {
"test": {
"Backend": "local",
"Path": "/foo/bar/baz"
}
}
}