mirror of
https://github.com/restic/restic.git
synced 2026-05-02 01:02:29 +00:00
839c38b4c4
--------- Co-authored-by: Greg Oster <oster@netbsd.org>
8 lines
302 B
Plaintext
8 lines
302 B
Plaintext
Bugfix: Ignore EOPNOTSUPP as an error for xattr
|
|
|
|
Restic 0.18.0 added xattr support for NetBSD 10+, but not all NetBSD
|
|
filesystems support xattrs. Other BSD systems can likewise return
|
|
EOPNOTSUPP, so restic now simply ignores EOPNOTSUPP errors for xattrs.
|
|
|
|
https://github.com/restic/restic/issues/5344
|