mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-26 01:37:20 +00:00
23 lines
No EOL
487 B
C++
23 lines
No EOL
487 B
C++
.. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit!
|
|
|
|
.. _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. |