mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-24 16:55:36 +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
279 B
HTML
19 lines
279 B
HTML
.. _borg_info:
|
|
|
|
borg info
|
|
---------
|
|
::
|
|
|
|
borg info <options> ARCHIVE
|
|
|
|
positional arguments
|
|
ARCHIVE
|
|
archive to display information about
|
|
|
|
`Common options`_
|
|
|
|
|
|
|
Description
|
|
~~~~~~~~~~~
|
|
|
|
This command displays some detailed information about the specified archive.
|