2
0

break-lock.rst.inc 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. | **optional arguments** |
  15. +-------------------------------------------------------+----------------+-----------------------------------------+
  16. | .. class:: borg-common-opt-ref |
  17. | |
  18. | :ref:`common_options` |
  19. +-------------------------------------------------------+----------------+-----------------------------------------+
  20. .. raw:: html
  21. <script type='text/javascript'>
  22. $(window).load(function () {
  23. $('.borg-options-table colgroup').remove();
  24. })
  25. </script>
  26. .. only:: latex
  27. REPOSITORY
  28. repository for which to break the locks
  29. :ref:`common_options`
  30. |
  31. Description
  32. ~~~~~~~~~~~
  33. This command breaks the repository and cache locks.
  34. Please use carefully and only while no borg process (on any machine) is
  35. trying to access the Cache or the Repository.