mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 16:26:29 +00:00
0a369c0985
- Group options - Nicer list of options in Sphinx - Deduplicate 'Common options' (including --help) The latter is done by explicitly declaring --help in the common_parser, which is then inherited by the sub-parsers; no change in observable behaviour.
21 lines
405 B
C++
21 lines
405 B
C++
.. _borg_break-lock:
|
|
|
|
borg break-lock
|
|
---------------
|
|
::
|
|
|
|
borg break-lock <options> REPOSITORY
|
|
|
|
positional arguments
|
|
REPOSITORY
|
|
repository for which to break the locks
|
|
|
|
`Common options`_
|
|
|
|
|
|
|
Description
|
|
~~~~~~~~~~~
|
|
|
|
This command breaks the repository and cache locks.
|
|
Please use carefully and only while no borg process (on any machine) is
|
|
trying to access the Cache or the Repository.
|