rsync -av --progress /home/user/data/ /mnt/backup/data/

Category: Backup & Restore

rsync -av --progress /home/user/data/ /mnt/backup/data/

Copy with per-file progress display

Shows each file's transfer progress and speed as it is copied, which makes long backups feel transparent. The -a flag preserves attributes and -v lists the files. For one overall progress bar instead, see rsync -ah --info=progress2.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.