2024-08-03 22:19:59 +00:00
|
|
|
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
|
2024-08-10 16:38:04 +00:00
|
|
|
drives because of errors while fetching extended attributes.
|
2024-08-03 22:19:59 +00:00
|
|
|
Either they return error codes like windows.E_NOT_SET or
|
|
|
|
windows.ERROR_INVALID_FUNCTION or it results in slower backups.
|
2024-08-10 16:38:04 +00:00
|
|
|
Restic now completely skips the attempt to fetch extended attributes
|
2024-08-03 22:19:59 +00:00
|
|
|
for such volumes where it is not supported.
|
|
|
|
|
|
|
|
https://github.com/restic/restic/pull/4980
|
2024-08-12 01:25:58 +00:00
|
|
|
https://github.com/restic/restic/pull/4998
|
2024-08-10 16:38:04 +00:00
|
|
|
https://github.com/restic/restic/issues/4955
|
|
|
|
https://github.com/restic/restic/issues/4950
|