1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-03-06 03:34:28 +00:00
restic/changelog/unreleased/pull-4958
2024-08-31 19:10:36 +02:00

7 lines
319 B
Text

Bugfix: Don't ignore metadata-setting errors during restore
Previously, restic used to ignore errors when setting timestamps, attributes,
or file modes during a restore. It now reports those errors, except for
permission related errors when running without root privileges.
https://github.com/restic/restic/pull/4958