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

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