1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-29 11:16:43 +00:00

rinfo: remove size stats related docs, not shown any more

This commit is contained in:
Thomas Waldmann 2024-08-14 02:14:33 +02:00
parent dcde48490e
commit d59306f48b
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -71,15 +71,6 @@ def build_parser_rinfo(self, subparsers, common_parser, mid_common_parser):
rinfo_epilog = process_epilog(
"""
This command displays detailed information about the repository.
Please note that the deduplicated sizes of the individual archives do not add
up to the deduplicated size of the repository ("all archives"), because the two
are meaning different things:
This archive / deduplicated size = amount of data stored ONLY for this archive
= unique chunks of this archive.
All archives / deduplicated size = amount of data stored in the repo
= all chunks in the repository.
"""
)
subparser = subparsers.add_parser(