rsync -av --bwlimit=5000 /home/user/data/ /mnt/backup/data/

Category: Backup & Restore

rsync -av --bwlimit=5000 /home/user/data/ /mnt/backup/data/

Limit transfer speed to 5000 KB per second

--bwlimit caps the transfer at 5000 kilobytes per second, roughly 5 MB per second, keeping backups from saturating a shared connection. The value is per rsync process and always in KB/s. Lower it for daytime syncs and raise it for overnight runs.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.