From 4f45b14f25befdb27a2110c0f05e4927ce84198b Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Wed, 24 Apr 2019 15:17:25 +0200 Subject: [PATCH] Add changelog file --- changelog/unreleased/issue-2249 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/unreleased/issue-2249 diff --git a/changelog/unreleased/issue-2249 b/changelog/unreleased/issue-2249 new file mode 100644 index 000000000..3fb4163f7 --- /dev/null +++ b/changelog/unreleased/issue-2249 @@ -0,0 +1,6 @@ +Bugfix: Read fresh metadata for unmodified files + +Restic took all metadata for files which were detected as unmodified, not taking into account changed metadata (ownership, mode). This is now corrected. + +https://github.com/restic/restic/issues/2249 +https://github.com/restic/restic/pull/2252