debug-get-obj.rst.inc 1.0 KB

123456789101112131415161718192021222324252627282930
  1. .. _borg_debug-get-obj:
  2. borg debug-get-obj
  3. ------------------
  4. ::
  5. usage: borg debug-get-obj [-h] [-v] [--show-rc] [--no-files-cache] [--umask M]
  6. [--remote-path PATH]
  7. [REPOSITORY] ID PATH
  8. get object contents from the repository and write it into file
  9. positional arguments:
  10. REPOSITORY repository to use
  11. ID hex object ID to get from the repo
  12. PATH file to write object data into
  13. optional arguments:
  14. -h, --help show this help message and exit
  15. -v, --verbose verbose output
  16. --show-rc show/log the return code (rc)
  17. --no-files-cache do not load/update the file metadata cache used to
  18. detect unchanged files
  19. --umask M set umask to M (local and remote, default: 63)
  20. --remote-path PATH set remote path to executable (default: "borg")
  21. Description
  22. ~~~~~~~~~~~
  23. This command gets an object from the repository.