mirror of
https://github.com/restic/restic.git
synced 2025-08-23 16:17:53 +00:00
Merge pull request #4825 from MichaelEischer/bump-fuse
mount: support fuse-t on macOS
This commit is contained in:
@@ -106,9 +106,9 @@ command to serve the repository with FUSE:
|
||||
|
||||
Mounting repositories via FUSE is only possible on Linux, macOS and FreeBSD.
|
||||
On Linux, the ``fuse`` kernel module needs to be loaded and the ``fusermount``
|
||||
command needs to be in the ``PATH``. On macOS, you need `FUSE for macOS
|
||||
<https://osxfuse.github.io/>`__. On FreeBSD, you may need to install FUSE
|
||||
and load the kernel module (``kldload fuse``).
|
||||
command needs to be in the ``PATH``. On macOS, you need `FUSE-T
|
||||
<https://www.fuse-t.org/>`__ or `FUSE for macOS <https://osxfuse.github.io/>`__.
|
||||
On FreeBSD, you may need to install FUSE and load the kernel module (``kldload fuse``).
|
||||
|
||||
Restic supports storage and preservation of hard links. However, since
|
||||
hard links exist in the scope of a filesystem by definition, restoring
|
||||
|
Reference in New Issue
Block a user