Quantcast
Channel: How can I view a progress bar when running rsync? - Ask Ubuntu
Viewing all articles
Browse latest Browse all 8

Answer by ostrokach for How can I view a progress bar when running rsync?

$
0
0

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]

Viewing all articles
Browse latest Browse all 8

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>