mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-01 12:09:10 +00:00
Merge pull request #8519 from ThomasWaldmann/revert-8510
improve borg mount docs
This commit is contained in:
commit
4a88e16790
1 changed files with 2 additions and 2 deletions
|
@ -120,8 +120,8 @@ def build_parser_mount_umount(self, subparsers, common_parser, mid_common_parser
|
||||||
Unmounting in these cases could cause an active rsync or similar process
|
Unmounting in these cases could cause an active rsync or similar process
|
||||||
to delete data unintentionally.
|
to delete data unintentionally.
|
||||||
|
|
||||||
When running in the foreground ^C/SIGINT unmounts clean, but other
|
When running in the foreground, ^C/SIGINT cleanly unmounts the filesystem,
|
||||||
signals or crashes do not.
|
but other signals or crashes do not.
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
subparser = subparsers.add_parser(
|
subparser = subparsers.add_parser(
|
||||||
|
|
Loading…
Reference in a new issue