Merge pull request #9051 from ThomasWaldmann/borg-mount-debugging

docs: how to debug borg mount, fixes #5461
This commit is contained in:
TW 2025-10-10 20:19:29 +02:00 committed by GitHub
commit dbf321a2b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -122,6 +122,13 @@ class MountMixIn:
When running in the foreground, ^C/SIGINT cleanly unmounts the filesystem,
but other signals or crashes do not.
Debugging:
``borg mount`` usually daemonizes and the daemon process sends stdout/stderr
to /dev/null. Thus, you need to either use ``-f / --foreground`` to make it stay
in the foreground and not daemonize, or use ``BORG_LOGGING_CONF`` to reconfigure
the logger to output to a file.
"""
)
subparser = subparsers.add_parser(