mirror of
https://github.com/octoleo/restic.git
synced 2024-11-01 03:12:31 +00:00
9df52327cc
Signed-off-by: hoyho <luohaihao@gmail.com>
9 lines
354 B
Plaintext
9 lines
354 B
Plaintext
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
|