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