2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-23 23:28:32 +00:00
2023-01-12 20:50:44 +01:00

9 lines
390 B
Plaintext

Enhancement: Make `mount` command support macOS using macFUSE 4.x
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