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