-
-
Notifications
You must be signed in to change notification settings - Fork 810
Description
Feature enhancement request:
During "create" the current amount of data processed is shown - wonderful!
1.59 TB O 1.57 TB C 41.96 MB D 362508 N mnts_to_backup/oct/some_filename.bin
But as the amount of data gets very large, the information update becomes fairly unuseable. I.E. when the data size gets to be 5TB, the number shown is "5.00 TB". Can you please make a change so that significant digits of MB are always displayed? That would change the output to "5.000000 TB", that way a glance at the changing number could tell you how fast it is currently running, and if it is making progress (instead of having to wait for a full 10GB of data to be transferred before seeing a size change).
This would change the output to be in one of the following formats:
#.## MB
#.### GB
#.###### TB
#.######### PB