mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-25 17:27:31 +00:00
fix --progress display description, fixes #7180
This commit is contained in:
parent
e49b60ae59
commit
f27e61b2b0
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
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
|
||||
(O, C and D, respectively), then the Number of files (N) processed so far, followed by
|
||||
the currently processed path.
|
||||
The ``--progress`` option shows (from left to right) Original and (uncompressed)
|
||||
deduplicated size (O and U respectively), then the Number of files (N) processed so far,
|
||||
followed by the currently processed path.
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue