2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-24 15:48:25 +00:00

9 lines
390 B
Plaintext
Raw Normal View History

2023-01-08 15:34:30 +01:00
Enhancement: Make `mount` command support macOS using macFUSE 4.x
2023-01-08 15:34:30 +01:00
Restic now uses a different FUSE library for mounting snapshots and making them
available as a FUSE filesystem using the `mount` command. This adds support for
macFUSE 4.x which can be used to make this work on recent macOS versions.
https://github.com/restic/restic/issues/3096
https://github.com/restic/restic/pull/4024