Add changelog

This commit is contained in:
aneesh-n 2024-08-03 16:19:59 -06:00
parent 56113a8da7
commit 041c0705e4
No known key found for this signature in database
GPG Key ID: 6F5A52831C046F44
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
Bugfix: Skip EA processing in Windows for volumes that do not support EA
Restic was failing to backup files on some windows paths like network
drives because of errors while fetching ExtendedAttributes.
Either they return error codes like windows.E_NOT_SET or
windows.ERROR_INVALID_FUNCTION or it results in slower backups.
Restic now completely skips the attempt to fetch Extended Attributes
for such volumes where it is not supported.
https://github.com/restic/restic/pull/4980