Throttled transfer rsync

Cap bandwidth to 10 MB/s to avoid saturating the link; progress2 shows overall ETA

rsync -a --bwlimit=10M --info=progress2 /src/ user@<host>:/dst/
more rsync all 7 commands →