2023-01-08 14:34:30 +00:00
|
|
|
Enhancement: Make `mount` command support macOS using macFUSE 4.x
|
2022-11-12 13:52:37 +00:00
|
|
|
|
2023-01-08 14:34:30 +00: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.
|
2022-11-12 13:52:37 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/3096
|
|
|
|
https://github.com/restic/restic/pull/4024
|