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? -- Best regards, Niamh mailto:niamh at fullbore.co.uk -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 192 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos/attachments/20141214/c9f1fa06/attachment-0001.sig>
On 2014-12-14, Niamh Holding <niamh at fullbore.co.uk> wrote:> > 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 > ---------------------------------------------- > > The same command under CentOS6 is silent, how do I get the nice summary > email abain?That must have been a very long time ago, as rsync has been silent for as long as I can remember (even back to CentOS 5 and possibly even 4). Anyway, you want some combination of the -v and --progress switches. Try each separately, and both together, and see which you like best. --keith -- kkeller at wombat.san-francisco.ca.us
Hello Keith, Sunday, December 14, 2014, 6:31:20 PM, you wrote: KK> Anyway, you want some combination of the -v and --progress switches. KK> Try each separately, and both together, and see which you like best. Neither! Both switches list the folders being checked even if the contents are unchanged -- Best regards, Niamh mailto:niamh at fullbore.co.uk -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 192 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos/attachments/20141214/16a6e57a/attachment-0001.sig>
Hello Keith, Sunday, December 14, 2014, 6:31:20 PM, you wrote: KK> That must have been a very long time ago, as rsync has been silent for KK> as long as I can remember (even back to CentOS 5 and possibly even 4). I think we're going back to rsync 2.6.x for this very useful summary. -- Best regards, Niamh mailto:niamh at fullbore.co.uk -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 192 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos/attachments/20141215/1372beca/attachment-0001.sig>