github.com/mckael/restic@v0.8.3/changelog/0.7.1_2017-07-22/issue-1055 (about) 1 Enhancement: Create subdirs below `data/` for local/sftp backends 2 3 The local and sftp backends now create the subdirs below `data/` on 4 open/init. This way, restic makes sure that they always exist. This is 5 connected to an issue for the sftp server: 6 7 https://github.com/restic/rest-server/pull/11#issuecomment-309879710 8 https://github.com/restic/restic/issues/1055 9 https://github.com/restic/restic/pull/1077 10 https://github.com/restic/restic/pull/1105