mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-11 01:41:57 -04:00
Merge pull request #9052 from ThomasWaldmann/borg-mount-debugging-1.4
docs: how to debug borg mount, fixes #5461
This commit is contained in:
commit
5a1f21fee2
1 changed files with 7 additions and 0 deletions
|
|
@ -3269,6 +3269,13 @@ class Archiver:
|
|||
|
||||
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.
|
||||
""")
|
||||
|
||||
if parser.prog == 'borgfs':
|
||||
|
|
|
|||
Loading…
Reference in a new issue