Issue :
How to view the details while doing a transfer via rsync?
Solution :
Use the additional options (as shown below) before the normal parameters:
rsync –stats –progress -normal parameters here
Else, you can use the parameter -v to view the summary at the end of the transfer.