break-lock.rst.inc 1.4 KB

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