DO NOT REPLY [Bug 6197] Perms/owner/group modifiers for "show" filters

2009-05-04 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=6197 --- Comment #2 from m...@mattmccutchen.net 2009-05-04 22:14 CST --- I have polished the implementation a bit and split it into well-described commits. Wayne, please consider this for the main rsync or a maintained patch. Note: I found

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