2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-24 05:37:37 +00:00
restic/changelog/unreleased/issue-4048

7 lines
211 B
Plaintext
Raw Normal View History

2024-05-26 12:24:15 +00:00
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