If you want to backup a directory to a remote computer - but don't want to drag down your network's bandwidth you can use the --bwlimit option...
cd directory rsync --rsh='ssh -p 12345' --bwlimit 20 -avrzogtp . username@remote.servername.com:/users/username/directory | tee -a backup.txt