break-lock.rst.inc 1.3 KB

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