I just noticed that there is an extra blank line in the output generated by rsync when the --dry-run (-n) flag is used. This seems to have started with 2.6.0. Is this desired? The reason why I'm asking is because I use scripts that parse the output from rsync and little modifications in verbosity can make or break things easily.

Thanks,

-- Alberto


[EMAIL PROTECTED] bin]$ rsync-2.5.7 -an rsync://adswon.cfa.harvard.edu/pre/load/current/ /home/ads/abstracts/pre/latest/
receiving file list ... done
wrote 78 bytes read 1204 bytes 2564.00 bytes/sec
total size is 457622413 speedup is 356959.76


[EMAIL PROTECTED] bin]$ rsync-2.6.1 -an rsync://adswon.cfa.harvard.edu/pre/load/current/ /home/ads/abstracts/pre/latest/
receiving file list ... done


wrote 78 bytes  read 1204 bytes  2564.00 bytes/sec
total size is 457622413  speedup is 356959.76


-- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to