restic: restore timestamps after extended attributes

restoring the xattr containing resource forks on macOS apparently
modifies the file modification timestamps. Thus, restore the timestamp
after xattrs.
This commit is contained in:
Michael Eischer
2024-08-15 21:17:49 +02:00
parent a8efaee03c
commit 2e55209b34
2 changed files with 14 additions and 7 deletions

View File

@@ -0,0 +1,7 @@
Bugfix: Correctly restore timestamp for files with resource forks on macOS
On macOS, timestamps were incorrectly restored for files with resource forks.
This has been fixed.
https://github.com/restic/restic/issues/4969
https://github.com/restic/restic/pull/5006