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:
commit
a50a7a608c
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.
|
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
|
||||||
|
|
Loading…
Reference in a new issue