From b708cfee3f39a5c6fb9e8eb3de4705a4b9638acb Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sun, 7 Jan 2018 15:15:45 +0100 Subject: [PATCH] Add entry to changelog --- changelog/0.8.2/issue-1512 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 changelog/0.8.2/issue-1512 diff --git a/changelog/0.8.2/issue-1512 b/changelog/0.8.2/issue-1512 new file mode 100644 index 000000000..4e30fbbf8 --- /dev/null +++ b/changelog/0.8.2/issue-1512 @@ -0,0 +1,9 @@ +Bugfix: Restore directory permissions as the last step + +This change allows restoring into directories that were not writable during +backup. Before, restic created the directory, set the read-only mode and then +failed to create files in the directory. This change now restores the directory +(with its permissions) as the very last step. + +https://github.com/restic/restic/issues/1512 +https://github.com/restic/restic/pull/1536