From 052564007a723a3f4950ba75e6f5d9ae0d925c43 Mon Sep 17 00:00:00 2001
From: kitone <kitone@free.fr>
Date: Fri, 9 Oct 2020 23:10:24 +0200
Subject: [PATCH] Add changelog

---
 changelog/unreleased/issue-1212 | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 changelog/unreleased/issue-1212

diff --git a/changelog/unreleased/issue-1212 b/changelog/unreleased/issue-1212
new file mode 100644
index 000000000..7a5a470d2
--- /dev/null
+++ b/changelog/unreleased/issue-1212
@@ -0,0 +1,11 @@
+Bugfix: Restore timestamps and permissions on intermediate directories
+
+When using the `--include` option of the restore command, restic restored
+timestamps and permissions only on directories selected by the include pattern.
+Intermediate directories, which are necessary to restore files located in sub-
+directories, were created with default permissions. We've fixed the restore
+command to restore timestamps and permissions for these directories as well.
+
+https://github.com/restic/restic/issues/1212
+https://github.com/restic/restic/issues/1402
+https://github.com/restic/restic/pull/2906