github.com/mckael/restic@v0.8.3/changelog/0.8.2_2018-02-17/issue-1512 (about)

     1  Bugfix: Restore directory permissions as the last step
     2  
     3  This change allows restoring into directories that were not writable during
     4  backup. Before, restic created the directory, set the read-only mode and then
     5  failed to create files in the directory. This change now restores the directory
     6  (with its permissions) as the very last step.
     7  
     8  https://github.com/restic/restic/issues/1512
     9  https://github.com/restic/restic/pull/1536