debug-dump-archive-items.rst.inc 1.5 KB

1234567891011121314151617181920212223242526272829303132333435
  1. .. _borg_debug-dump-archive-items:
  2. borg debug-dump-archive-items
  3. -----------------------------
  4. ::
  5. usage: borg debug-dump-archive-items [-h] [-v] [--debug] [--lock-wait N]
  6. [--show-version] [--show-rc]
  7. [--no-files-cache] [--umask M]
  8. [--remote-path PATH]
  9. ARCHIVE
  10. dump (decrypted, decompressed) archive items metadata (not: data)
  11. positional arguments:
  12. ARCHIVE archive to dump
  13. optional arguments:
  14. -h, --help show this help message and exit
  15. -v, --verbose, --info
  16. enable informative (verbose) output, work on log level
  17. INFO
  18. --debug enable debug output, work on log level DEBUG
  19. --lock-wait N wait for the lock, but max. N seconds (default: 1).
  20. --show-version show/log the borg version
  21. --show-rc show/log the return code (rc)
  22. --no-files-cache do not load/update the file metadata cache used to
  23. detect unchanged files
  24. --umask M set umask to M (local and remote, default: 0077)
  25. --remote-path PATH set remote path to executable (default: "borg")
  26. Description
  27. ~~~~~~~~~~~
  28. This command dumps raw (but decrypted and decompressed) archive items (only metadata) to files.