> Says it all really. I know I can just do a couple of "date +%s" calls to get
> the number of seconds a particular rsync takes, but I thought it looks like
> --stats should have such a thing :-)
seems pretty pointless to add that when "time" is a perfectly good
command, and gives the time spit into wall clock, user etc.
> Also as Xmas is approaching, how about an average transfer rate? :-)
-v gives that already.
I don't mind additions to the --stats output, although some additions
aren't as trivial as it might seem at first glance as the info is
sometimes spread across the client and server so in some cases you
might need a protocol change to bring them together to print a value.