From 11fdaeaf851e3b7b783f888f0afb8890d95454a0 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 16 Apr 2016 22:35:50 +0200 Subject: [PATCH] docs: clarify what "deduplicated size" means --- borg/archiver.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/borg/archiver.py b/borg/archiver.py index 93673d4cc..e7989421e 100644 --- a/borg/archiver.py +++ b/borg/archiver.py @@ -1526,6 +1526,10 @@ def build_parser(self, args=None, prog=None): info_epilog = textwrap.dedent(""" 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, description=self.do_info.__doc__,