1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-23 22:51:35 +00:00

Merge pull request #6815 from fantasya-pbem/docs/6572_mount-limitations

[DOCS] #6572 - Document FUSE limitations better
This commit is contained in:
TW 2022-06-29 19:46:57 +02:00 committed by GitHub
commit 241a56704b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3221,10 +3221,13 @@ def define_borg_mount(parser):
# borg mount
mount_epilog = process_epilog("""
This command mounts an archive as a FUSE filesystem. This can be useful for
browsing an archive or restoring individual files. Unless the ``--foreground``
option is given the command will run in the background until the filesystem
is ``umounted``.
This command mounts an archive as a FUSE filesystem. This can be useful
for browsing an archive or restoring individual files. When restoring,
take into account that the current FUSE implementation does not support
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
used in fstab entries: