mirror of
https://github.com/restic/restic.git
synced 2025-08-23 17:13:10 +00:00
Merge pull request #3034 from hoyho/gh_master
bugfix: omit ENOTDATA for extended attributes
This commit is contained in:
8
changelog/unreleased/issue-1800
Normal file
8
changelog/unreleased/issue-1800
Normal file
@@ -0,0 +1,8 @@
|
||||
Bugfix: Ignore 'no data available' error during backup
|
||||
|
||||
restic failed to backup files on some filesystems, for example certain configurations
|
||||
of CIFS on Linux, which return a "no data available" error when reading extended
|
||||
attributes. These errors are now ignored.
|
||||
|
||||
https://github.com/restic/restic/issues/1800
|
||||
https://github.com/restic/restic/pull/3034
|
Reference in New Issue
Block a user