cleanup changelogs

This commit is contained in:
Michael Eischer
2024-08-30 14:58:32 +02:00
parent ba71141f0a
commit 259caf942d
17 changed files with 74 additions and 63 deletions

View File

@@ -1,11 +1,10 @@
Bugfix: Skip EA processing in Windows for volumes that do not support EA
Bugfix: Skip extended attribute processing on unsupported Windows volumes
Restic was failing to backup files on some windows paths like network
drives because of errors while fetching extended attributes.
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.
For restic 0.17.0, backups of certain Windows paths, such as network drives,
failed due to errors while fetching extended attributes.
Restic now skips extended attribute processing for volumes where they are not
supported.
https://github.com/restic/restic/pull/4980
https://github.com/restic/restic/pull/4998