debug-get-obj.rst.inc 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. .. _borg_debug-get-obj:
  2. borg debug-get-obj
  3. ------------------
  4. ::
  5. usage: borg debug-get-obj [-h] [-v] [--debug] [--lock-wait N] [--show-version]
  6. [--show-rc] [--no-files-cache] [--umask M]
  7. [--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. -v, --verbose, --info
  17. enable informative (verbose) output, work on log level
  18. INFO
  19. --debug enable debug output, work on log level DEBUG
  20. --lock-wait N wait for the lock, but max. N seconds (default: 1).
  21. --show-version show/log the borg version
  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 set remote path to executable (default: "borg")
  27. Description
  28. ~~~~~~~~~~~
  29. This command gets an object from the repository.