Переглянути джерело

docs: clarify what "deduplicated size" means

Thomas Waldmann 9 роки тому
батько
коміт
11fdaeaf85
1 змінених файлів з 4 додано та 0 видалено
  1. 4 0
      borg/archiver.py

+ 4 - 0
borg/archiver.py

@@ -1526,6 +1526,10 @@ class Archiver:
 
         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__,