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

12345678910111213141516171819202122232425262728
  1. .. _borg_debug-dump-archive-items:
  2. borg debug-dump-archive-items
  3. -----------------------------
  4. ::
  5. usage: borg debug-dump-archive-items [-h] [-v] [--show-rc] [--no-files-cache]
  6. [--umask M] [--remote-path PATH]
  7. ARCHIVE
  8. dump (decrypted, decompressed) archive items metadata (not: data)
  9. positional arguments:
  10. ARCHIVE archive to dump
  11. optional arguments:
  12. -h, --help show this help message and exit
  13. -v, --verbose verbose output
  14. --show-rc show/log the return code (rc)
  15. --no-files-cache do not load/update the file metadata cache used to
  16. detect unchanged files
  17. --umask M set umask to M (local and remote, default: 63)
  18. --remote-path PATH set remote path to executable (default: "borg")
  19. Description
  20. ~~~~~~~~~~~
  21. This command dumps raw (but decrypted and decompressed) archive items (only metadata) to files.