break-lock.rst.inc 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. .. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit!
  2. .. _borg_break-lock:
  3. borg break-lock
  4. ---------------
  5. .. code-block:: none
  6. borg [common options] break-lock [options] [REPOSITORY]
  7. .. only:: html
  8. .. class:: borg-options-table
  9. +-------------------------------------------------------+----------------+-----------------------------------------+
  10. | **positional arguments** |
  11. +-------------------------------------------------------+----------------+-----------------------------------------+
  12. | | ``REPOSITORY`` | repository for which to break the locks |
  13. +-------------------------------------------------------+----------------+-----------------------------------------+
  14. | .. class:: borg-common-opt-ref |
  15. | |
  16. | :ref:`common_options` |
  17. +-------------------------------------------------------+----------------+-----------------------------------------+
  18. .. raw:: html
  19. <script type='text/javascript'>
  20. $(document).ready(function () {
  21. $('.borg-options-table colgroup').remove();
  22. })
  23. </script>
  24. .. only:: latex
  25. REPOSITORY
  26. repository for which to break the locks
  27. :ref:`common_options`
  28. |
  29. Description
  30. ~~~~~~~~~~~
  31. This command breaks the repository and cache locks.
  32. Please use carefully and only while no borg process (on any machine) is
  33. trying to access the Cache or the Repository.