mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-27 10:18:12 +00:00
0a369c0985
- Group options - Nicer list of options in Sphinx - Deduplicate 'Common options' (including --help) The latter is done by explicitly declaring --help in the common_parser, which is then inherited by the sub-parsers; no change in observable behaviour.
19 lines
357 B
PHP
19 lines
357 B
PHP
.. _borg_debug-dump-archive-items:
|
|
|
|
borg debug-dump-archive-items
|
|
-----------------------------
|
|
::
|
|
|
|
borg debug-dump-archive-items <options> ARCHIVE
|
|
|
|
positional arguments
|
|
ARCHIVE
|
|
archive to dump
|
|
|
|
`Common options`_
|
|
|
|
|
|
|
Description
|
|
~~~~~~~~~~~
|
|
|
|
This command dumps raw (but decrypted and decompressed) archive items (only metadata) to files.
|