Rsync Show Progress Bar While Copying Files

Created on 2023-02-28T06:38:32-06:00

Return to the Index

This card pertains to a resource available on the internet.

This card can also be read via Gemini.

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