break-lock.rst.inc 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. ::
  6. usage: borg break-lock [-h] [--critical] [--error] [--warning] [--info]
  7. [--debug] [--lock-wait N] [--show-rc]
  8. [--no-files-cache] [--umask M] [--remote-path PATH]
  9. [REPOSITORY]
  10. Break the repository lock (e.g. in case it was left by a dead borg.
  11. positional arguments:
  12. REPOSITORY repository for which to break the locks
  13. optional arguments:
  14. -h, --help show this help message and exit
  15. --critical work on log level CRITICAL
  16. --error work on log level ERROR
  17. --warning work on log level WARNING (default)
  18. --info, -v, --verbose
  19. work on log level INFO
  20. --debug work on log level DEBUG
  21. --lock-wait N wait for the lock, but max. N seconds (default: 1).
  22. --show-rc show/log the return code (rc)
  23. --no-files-cache do not load/update the file metadata cache used to
  24. detect unchanged files
  25. --umask M set umask to M (local and remote, default: 0077)
  26. --remote-path PATH use PATH as borg executable on the remote (default:
  27. "borg")
  28. Description
  29. ~~~~~~~~~~~
  30. This command breaks the repository and cache locks.
  31. Please use carefully and only while no borg process (on any machine) is
  32. trying to access the Cache or the Repository.