1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-26 01:37:20 +00:00

Merge pull request #7230 from ThomasWaldmann/fix-progress-docs

fix --progress display description, fixes #7180
This commit is contained in:
TW 2022-12-29 00:39:37 +01:00 committed by GitHub
commit a50a7a608c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -552,9 +552,9 @@ def build_parser_create(self, subparsers, common_parser, mid_common_parser):
is used to determine changed files quickly uses absolute filenames. is used to determine changed files quickly uses absolute filenames.
If this is not possible, consider creating a bind mount to a stable location. If this is not possible, consider creating a bind mount to a stable location.
The ``--progress`` option shows (from left to right) Original, Compressed and Deduplicated The ``--progress`` option shows (from left to right) Original and (uncompressed)
(O, C and D, respectively), then the Number of files (N) processed so far, followed by deduplicated size (O and U respectively), then the Number of files (N) processed so far,
the currently processed path. followed by the currently processed path.
When using ``--stats``, you will get some statistics about how much data was When using ``--stats``, you will get some statistics about how much data was
added - the "This Archive" deduplicated size there is most interesting as that is added - the "This Archive" deduplicated size there is most interesting as that is