mirror of
https://github.com/restic/restic.git
synced 2025-12-10 21:51:48 +00:00
8 lines
317 B
Plaintext
8 lines
317 B
Plaintext
Bugfix: Ignore `EOPNOTSUPP` errors for extended attributes
|
|
|
|
Restic 0.18.0 added extended attribute support for NetBSD 10+, but not all
|
|
NetBSD filesystems support extended attributes. Other BSD systems can
|
|
likewise return `EOPNOTSUPP`, so restic now ignores these errors.
|
|
|
|
https://github.com/restic/restic/issues/5344
|