restic/changelog/unreleased/pull-4958

8 lines
285 B
Text
Raw Normal View History

Bugfix: Don't ignore metadata-setting errors during restore
2024-08-30 12:58:32 +00:00
Restic ignored errors when setting timestamps, attributes, or file modes during
a restore. It now reports those, except for permission errors when running
without root privileges.
https://github.com/restic/restic/pull/4958