Hello,
Many years ago, FC4 days, the following command run as a cron job would result in a nice summary email as follows
/usr/bin/rsync -a --no-whole-file --delete /music /thecus-music/
---------------------------------------------- building file list ... done
sent 351583 bytes received 20 bytes 11527.97 bytes/sec total size is 62922572805 speedup is 178959.15 ----------------------------------------------
or
---------------------------------------------- building file list ... done Cat Stevens/The Very Best Of/23 - Peace Train.mp3 Cat Stevens/The Very Best Of/24 - If You Want To Sing Out, Sing Out.mp3
sent 378288 bytes received 27700 bytes 11436.28 bytes/sec total size is 62264729571 speedup is 153365.94 ----------------------------------------------
The same command under CentOS6 is silent, how do I get the nice summary email abain?