How to limit number of rsync thread?

2005-03-13 Thread Ken Huang
Hi All, I synchronized two local folders using below command: #rsync -a filePath1 filePath2 But Soralis report error message like 'open too many file handles'. How to limit number of rsync thread? Thanks! Regards, -Ken -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/

Re: Fairly mysterious rsync problem.

2005-03-13 Thread Wayne Davison
On Sun, Mar 13, 2005 at 07:41:36AM -0800, Richard Reina wrote: > rsync -vvv --stats --progress file1 > 192.168.0.14::test-data > [...] > make_file(3,TEST2) This indicates that the file that was transferred was "TEST2", not "file1". Was that output from a different run? Or do you have something

Re: Getting a list of transferred/deleted items

2005-03-13 Thread Wayne Davison
On Tue, Mar 08, 2005 at 01:08:51AM +0100, Christoph Biedl wrote: > As far as I can see there's no option to get a list of > files/directories/ whatever that have been transferred. The current option for this is --log-format, which lets you specify a format string that will cause rsync to output a

Re: Premature optimization in f_name_cmp()?

2005-03-13 Thread Wayne Davison
On Mon, Mar 14, 2005 at 10:40:00AM +1100, Andrew Bartlett wrote: > Is there a way to make this only look at the 'right' part of sorted- > flist, given it's sorted, and is this really needed at all? Yeah, that code is really pretty silly. I neglected to test my assumption about how often it would

Premature optimization in f_name_cmp()?

2005-03-13 Thread Andrew Bartlett
I appear to be hitting a case of premature optimization at my site - with rsync 2.6.4pre2: I backup a number of very large systems using rsync, and have been updating as I try and fix various weird problems. It appears that rsync 2.6.4pre2 fixes some of my other issues (timeouts in particular), b

Fairly mysterious rsync problem.

2005-03-13 Thread Richard Reina
I am having trouble sending a file with rsync to a local machine. I try from 192.168.0.8: rsync -vvv --stats --progress file1 192.168.0.14::test-data and get: make_file(3,TEST2) send_file_list done send_files starting send_files phase=1 send files finished total: matches=0 tag_hits=0 false_alar