summaryrefslogtreecommitdiffstats
path: root/docs/usage/break-lock.rst.inc
blob: 6a7f777afd2053727bae53012fcdc4be2476118d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
.. 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 |
    +-------------------------------------------------------+----------------+-----------------------------------------+
    | .. class:: borg-common-opt-ref                                                                                   |
    |                                                                                                                  |
    | :ref:`common_options`                                                                                            |
    +-------------------------------------------------------+----------------+-----------------------------------------+

    .. raw:: html

        <script type='text/javascript'>
        $(document).ready(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.