bugfix: omit ENOTDATA for extended attributes

Signed-off-by: hoyho <luohaihao@gmail.com>
This commit is contained in:
hoyho
2020-11-10 00:20:34 +08:00
parent 96a912b65a
commit 9df52327cc
2 changed files with 14 additions and 3 deletions

View 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