2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-24 07:38:25 +00:00

8 lines
319 B
Plaintext
Raw Normal View History

Bugfix: Don't ignore metadata-setting errors during restore
2024-08-31 17:28:24 +02:00
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