debug-get-obj.rst.inc 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. .. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit!
  2. .. _borg_debug-get-obj:
  3. borg debug-get-obj
  4. ------------------
  5. ::
  6. usage: borg debug-get-obj [-h] [--critical] [--error] [--warning] [--info]
  7. [--debug] [--lock-wait N] [--show-rc]
  8. [--no-files-cache] [--umask M] [--remote-path PATH]
  9. [REPOSITORY] ID PATH
  10. get object contents from the repository and write it into file
  11. positional arguments:
  12. REPOSITORY repository to use
  13. ID hex object ID to get from the repo
  14. PATH file to write object data into
  15. optional arguments:
  16. -h, --help show this help message and exit
  17. --critical work on log level CRITICAL
  18. --error work on log level ERROR
  19. --warning work on log level WARNING (default)
  20. --info, -v, --verbose
  21. work on log level INFO
  22. --debug work on log level DEBUG
  23. --lock-wait N wait for the lock, but max. N seconds (default: 1).
  24. --show-rc show/log the return code (rc)
  25. --no-files-cache do not load/update the file metadata cache used to
  26. detect unchanged files
  27. --umask M set umask to M (local and remote, default: 0077)
  28. --remote-path PATH set remote path to executable (default: "borg")
  29. Description
  30. ~~~~~~~~~~~
  31. This command gets an object from the repository.