mirror of
https://github.com/octoleo/restic.git
synced 2024-11-01 03:12:31 +00:00
9 lines
328 B
Plaintext
9 lines
328 B
Plaintext
|
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
|