rsync: verbosity with progress bar

linux, rsync

I like to have a verbose, informative rsync when copying files from server to server.

I use the following options as part of my rsync, so that I have a progress bar in human readable format. This is also verbose so that it shows the current status of the file transfer.

rsync -AavlXpzh –progress some_folder/ me@200.100.50.10:~me/some_folder