2021-02-13 23:57:54 +00:00
|
|
|
Bugfix: Ignore `no data available` filesystem error during backup
|
2020-11-09 16:20:34 +00:00
|
|
|
|
2021-02-13 23:57:54 +00:00
|
|
|
Restic was unable 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.
|
2020-11-09 16:20:34 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/1800
|
|
|
|
https://github.com/restic/restic/pull/3034
|