mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-26 01:37:20 +00:00
[DOCS] #6572 - Document FUSE limitations better
This commit is contained in:
parent
e577ccb094
commit
e492c2281d
1 changed files with 7 additions and 4 deletions
|
@ -3221,10 +3221,13 @@ def define_borg_mount(parser):
|
||||||
|
|
||||||
# borg mount
|
# borg mount
|
||||||
mount_epilog = process_epilog("""
|
mount_epilog = process_epilog("""
|
||||||
This command mounts an archive as a FUSE filesystem. This can be useful for
|
This command mounts an archive as a FUSE filesystem. This can be useful
|
||||||
browsing an archive or restoring individual files. Unless the ``--foreground``
|
for browsing an archive or restoring individual files. When restoring,
|
||||||
option is given the command will run in the background until the filesystem
|
take into account that the current FUSE implementation does not support
|
||||||
is ``umounted``.
|
special fs flags and ACLs.
|
||||||
|
|
||||||
|
Unless the ``--foreground`` option is given the command will run in the
|
||||||
|
background until the filesystem is ``umounted``.
|
||||||
|
|
||||||
The command ``borgfs`` provides a wrapper for ``borg mount``. This can also be
|
The command ``borgfs`` provides a wrapper for ``borg mount``. This can also be
|
||||||
used in fstab entries:
|
used in fstab entries:
|
||||||
|
|
Loading…
Reference in a new issue