Files
restic/changelog/unreleased/pull-5424
T
Michael Eischer eb1ec4cbb4 Tweak changelogs
2026-05-15 21:45:47 +02:00

10 lines
412 B
Plaintext

Enhancement: Enable Windows filesystem privileges before file access
Restic enabled some Windows filesystem privileges only while reading or writing
security descriptors. Extended attributes could be read before enabling the backup
privilege, possibly resulting in missed data or errors.
Restic now enables the relevant filesystem privileges before any file access.
https://github.com/restic/restic/pull/5424