Merge pull request #2252 from restic/fix-2249

Read fresh metadata for unmodified files
This commit is contained in:
Alexander Neumann
2019-04-25 09:15:50 +02:00
3 changed files with 190 additions and 3 deletions

View File

@@ -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