2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-23 21:27:34 +00:00
restic/changelog/0.17.0_2024-07-26/issue-4048

7 lines
232 B
Plaintext
Raw Normal View History

2024-07-22 22:19:22 +00:00
Enhancement: Add support for FUSE-T with `mount` on macOS
2024-05-26 12:24:15 +00:00
2024-07-22 22:19:22 +00:00
The restic `mount` command now supports creating FUSE mounts using FUSE-T on macOS.
2024-05-26 12:24:15 +00:00
https://github.com/restic/restic/issues/4048
https://github.com/restic/restic/pull/4825