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

1234567891011121314151617181920212223242526272829303132333435363738
  1. .. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit!
  2. .. _borg_debug-dump-archive-items:
  3. borg debug-dump-archive-items
  4. -----------------------------
  5. ::
  6. usage: borg debug-dump-archive-items [-h] [--critical] [--error] [--warning]
  7. [--info] [--debug] [--lock-wait N]
  8. [--show-rc] [--no-files-cache]
  9. [--umask M] [--remote-path PATH]
  10. ARCHIVE
  11. dump (decrypted, decompressed) archive items metadata (not: data)
  12. positional arguments:
  13. ARCHIVE archive to dump
  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 dumps raw (but decrypted and decompressed) archive items (only metadata) to files.