mirror of
https://github.com/restic/restic.git
synced 2026-05-16 07:05:24 +00:00
10 lines
412 B
Plaintext
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
|