Re: Problem with --fil

2009-05-08 Thread Matt McCutchen
On Fri, 2009-05-08 at 11:41 -0700, Wayne Davison wrote: > On Mon, May 04, 2009 at 03:46:38PM -0400, Matt McCutchen wrote: > > The only thing I see different between rsync 2.6.7 and 3.0.5 is > > that 3.0.5 puts thousand separators in the numbers: > > That's a 3.1.0dev feature, not 3.0.5. You're ri

Re: Problem with --fil

2009-05-08 Thread Wayne Davison
On Mon, May 04, 2009 at 03:46:38PM -0400, Matt McCutchen wrote: > The only thing I see different between rsync 2.6.7 and 3.0.5 is > that 3.0.5 puts thousand separators in the numbers: That's a 3.1.0dev feature, not 3.0.5. ..wayne.. -- Please use reply-all for most replies to avoid omitting the m

Re: Problem with --fil

2009-05-04 Thread Jignesh Shah
Thanks Matt, that has solved my problem. Thanks, Jignesh On Tue, May 5, 2009 at 1:16 AM, Matt McCutchen wrote: > On Tue, 2009-05-05 at 01:08 +0530, Jignesh Shah wrote: > > I think I got it. The line in rsync 2.6.7 "wrote 130 bytes read 464 > > bytes 108.00 bytes/sec" is changed to "2009/05/05 0

Re: Problem with --fil

2009-05-04 Thread Matt McCutchen
On Tue, 2009-05-05 at 01:08 +0530, Jignesh Shah wrote: > I think I got it. The line in rsync 2.6.7 "wrote 130 bytes read 464 > bytes 108.00 bytes/sec" is changed to "2009/05/05 00:17:45 [26050] > sent 130 bytes received 464 bytes 108.00 bytes/sec" in rsync 3.0.5. > > Please let me know if I am

Re: Problem with --fil

2009-05-04 Thread Jignesh Shah
I think I got it. The line in rsync 2.6.7 "wrote 130 bytes read 464 bytes 108.00 bytes/sec" is changed to "2009/05/05 00:17:45 [26050] sent 130 bytes received 464 bytes 108.00 bytes/sec" in rsync 3.0.5. Please let me know if I am correct. Thanks, Paresh On Tue, May 5, 2009 at 1:02 AM, Jignesh

Re: Problem with --fil

2009-05-04 Thread Jignesh Shah
Hey Matt, OK it is displaying the statistics with --states on stdout as well but I think format has been changed than rsync 2.6.7. Am I right? Thanks, Jignesh On Tue, May 5, 2009 at 12:59 AM, Jignesh Shah wrote: > Thanks for reply but I have been passing --states option. I have given the > comma

Re: Problem with --fil

2009-05-04 Thread Matt McCutchen
On Tue, 2009-05-05 at 00:26 +0530, Jignesh Shah wrote: > Hi, I am using below command. > > rsync --verbose --log-file-format='%i %f %l %o %b' > --log-file='/tmp/myfile' src/ dest/ > > Though it is good that all the sync information contents will be > redirected to /tmp/myfile, it would be usef

Problem with --fil

2009-05-04 Thread Jignesh Shah
Hi, I am using below command. rsync --verbose --log-file-format='%i %f %l %o %b' --log-file='/tmp/myfile' src/ dest/ Though it is good that all the sync information contents will be redirected to /tmp/myfile, it would be useful if rsync could print at least below final statistics on stdout. 2