debug-get-obj.rst.inc 1.5 KB

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