mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 16:26:29 +00:00
49 lines
No EOL
2 KiB
HTML
49 lines
No EOL
2 KiB
HTML
.. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit!
|
|
|
|
.. _borg_break-lock:
|
|
|
|
borg break-lock
|
|
---------------
|
|
.. code-block:: none
|
|
|
|
borg [common options] break-lock [options] REPOSITORY
|
|
|
|
.. only:: html
|
|
|
|
.. class:: borg-options-table
|
|
|
|
+-------------------------------------------------------+----------------+-----------------------------------------+
|
|
| **positional arguments** |
|
|
+-------------------------------------------------------+----------------+-----------------------------------------+
|
|
| | ``REPOSITORY`` | repository for which to break the locks |
|
|
+-------------------------------------------------------+----------------+-----------------------------------------+
|
|
| **optional arguments** |
|
|
+-------------------------------------------------------+----------------+-----------------------------------------+
|
|
| .. class:: borg-common-opt-ref |
|
|
| |
|
|
| :ref:`common_options` |
|
|
+-------------------------------------------------------+----------------+-----------------------------------------+
|
|
|
|
.. raw:: html
|
|
|
|
<script type='text/javascript'>
|
|
$(window).load(function () {
|
|
$('.borg-options-table colgroup').remove();
|
|
})
|
|
</script>
|
|
|
|
.. only:: latex
|
|
|
|
REPOSITORY
|
|
repository for which to break the locks
|
|
|
|
|
|
:ref:`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. |