backend/local: Ignore ENOTTY for fsync on Mac

Fixes #4016.
This commit is contained in:
greatroar
2022-11-11 14:53:42 +01:00
committed by Michael Eischer
parent 59a90943bb
commit 348e966daa
4 changed files with 25 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
Bugfix: Support ExFAT-formatted local backends on macOS Ventura
ExFAT-formatted disks could not be used as local backends starting from macOS
Ventura. Restic commands would fail with "inappropriate ioctl for device". This
has been fixed.
https://github.com/restic/restic/issues/4016
https://github.com/restic/restic/pull/4021