If your version of rsync
does not accept the --info=progress2
option, you can use tqdm
:
To install:
pip install tqdm
To use:
$ rsync -av /source /dest | tqdm --unit_scale | wc -l10.0Mit [00:02, 3.58Mit/s]
If your version of rsync
does not accept the --info=progress2
option, you can use tqdm
:
To install:
pip install tqdm
To use:
$ rsync -av /source /dest | tqdm --unit_scale | wc -l10.0Mit [00:02, 3.58Mit/s]