Merge pull request #4024 from MichaelEischer/macos-fuse

mount: switch to anacrolix fork of bazil/fuse
This commit is contained in:
Michael Eischer
2022-11-26 12:15:14 +01:00
committed by GitHub
11 changed files with 31 additions and 17 deletions

View File

@@ -0,0 +1,8 @@
Enhancement: Support mount command on macOS using macFUSE 4.x
We have switched to a different version of the fuse library used to mount
snapshots. This adds support for macFUSE 4.x which is necessary for recent
macOS versions.
https://github.com/restic/restic/issues/3096
https://github.com/restic/restic/pull/4024