Merge pull request #4825 from MichaelEischer/bump-fuse

mount: support fuse-t on macOS
This commit is contained in:
Michael Eischer
2024-06-12 20:33:05 +02:00
committed by GitHub
4 changed files with 50 additions and 16 deletions

View File

@@ -0,0 +1,6 @@
Enhancement: Add support for fuse-t for `mount` on macOS
Restic now supports creating fuse mounts using fuse-t on macOS.
https://github.com/restic/restic/issues/4048
https://github.com/restic/restic/pull/4825