Hey, what is the best way to show rsync progress? I tried just --progress and got all the individual files listed which wasn't ideal.
rsync -a --info=progress2 --no-i-r ~/mydomain.com ~/tmp/"$projectName"/www
is alright because it is concise and you get a percentage which is good, but some of the information I don't care about. Some type of percentage progress bar would be cool. Any suggestions?