mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-22 06:01:54 +00:00
with-lock: fix help text
This commit is contained in:
parent
b85076db6f
commit
24de8514fa
1 changed files with 3 additions and 2 deletions
|
@ -3525,8 +3525,9 @@ def define_archive_filters_group(subparser, *, sort_by=True, first_last=True):
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
If you copy a repository with the lock held, the lock will be present in
|
If you copy a repository with the lock held, the lock will be present in
|
||||||
the copy, obviously. Thus, before using borg on the copy, you need to
|
the copy. Thus, before using borg on the copy from a different host,
|
||||||
use "borg break-lock" on it.
|
you need to use "borg break-lock" on the copied repository, because
|
||||||
|
Borg is cautious and does not automatically remove stale locks made by a different host.
|
||||||
""")
|
""")
|
||||||
subparser = subparsers.add_parser('with-lock', parents=[common_parser], add_help=False,
|
subparser = subparsers.add_parser('with-lock', parents=[common_parser], add_help=False,
|
||||||
description=self.do_with_lock.__doc__,
|
description=self.do_with_lock.__doc__,
|
||||||
|
|
Loading…
Reference in a new issue