diff --git a/changelog/unreleased/pull-4980 b/changelog/unreleased/pull-4980 new file mode 100644 index 000000000..afa8a7406 --- /dev/null +++ b/changelog/unreleased/pull-4980 @@ -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