github.com/mckael/restic@v0.8.3/changelog/0.7.2_2017-09-13/issue-1167 (about) 1 Bugfix: Do not create a local repo unless `init` is used 2 3 When a restic command other than `init` is used with a local repository and the 4 repository directory does not exist, restic creates the directory structure. 5 That's an error, only the `init` command should create the dir. 6 7 https://github.com/restic/restic/issues/1167 8 https://github.com/restic/restic/pull/1182