2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-23 07:08:28 +00:00

7 lines
232 B
Plaintext
Raw Normal View History

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