Rsync Show Progress Bar While Copying Files
Created on 2023-02-28T06:38:32-06:00
Use the `pv` tool to update a progress bar whenever text flows through it.
rsync -vrltD --stats --human-readable /tmp/software /nas10 | pv -lep -s 42 >/dev/null
Created on 2023-02-28T06:38:32-06:00
Use the `pv` tool to update a progress bar whenever text flows through it.
rsync -vrltD --stats --human-readable /tmp/software /nas10 | pv -lep -s 42 >/dev/null