mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-27 10:18:12 +00:00
Merge pull request #922 from ThomasWaldmann/docs-clarify-info
docs: clarify what "deduplicated size" means
This commit is contained in:
commit
2f9e4e7004
1 changed files with 4 additions and 0 deletions
|
@ -1526,6 +1526,10 @@ def build_parser(self, args=None, prog=None):
|
||||||
|
|
||||||
info_epilog = textwrap.dedent("""
|
info_epilog = textwrap.dedent("""
|
||||||
This command displays some detailed information about the specified archive.
|
This command displays some detailed information about the specified archive.
|
||||||
|
|
||||||
|
The "This archive" line refers exclusively to this archive:
|
||||||
|
"Deduplicated size" is the size of the unique chunks stored only for this
|
||||||
|
archive. Non-unique / common chunks show up under "All archives".
|
||||||
""")
|
""")
|
||||||
subparser = subparsers.add_parser('info', parents=[common_parser], add_help=False,
|
subparser = subparsers.add_parser('info', parents=[common_parser], add_help=False,
|
||||||
description=self.do_info.__doc__,
|
description=self.do_info.__doc__,
|
||||||
|
|
Loading…
Reference in a new issue