DO NOT REPLY [Bug 3491] throttle disk IO during filelist/directory parsing

2010-08-19 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3491 a...@haveland.com changed: What|Removed |Added CC||a...@haveland.com --- Comment

Re: using rsync for jar file

2010-08-19 Thread Brian K. White
On 8/18/2010 9:18 PM, Vanitha wrote: The exact syntax is as below Rsync -r -a -e “ssh -l u...@host1” -h /home/xx/dir-name u...@host2:/home/xx/dir-name I doubt it. -- bkw -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options:

DO NOT REPLY [Bug 7629] Blank filter file option to ignore whole directory

2010-08-19 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=7629 way...@samba.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: using rsync for jar file

2010-08-19 Thread Wayne Davison
On Wed, Aug 18, 2010 at 6:18 PM, Vanitha vani...@stee.stengg.com wrote: Rsync -r -a -e “ssh -l u...@host1” -h /home/xx/dir-name u...@host2 :/home/xx/dir-name It looks like you've duplicated the dir name, so you're looking for deletions in /home/xx/dir-name and they're happening in

Check/compare modtime before deleting?

2010-08-19 Thread Chris
I need to keep two identical copies of files on my desktop and laptop, so I want to use the -delete option. But I don't want to delete files that are created after last sync. Is there a way to keep files with modtime later than a file of a different name (a flag file created before each sync)

DO NOT REPLY [Bug 7633] New: add support for include/includedir config file directives

2010-08-19 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=7633 Summary: add support for include/includedir config file directives Product: rsync Version: 3.1.0 Platform: Other OS/Version: All Status: NEW Severity:

does rsync work in lockstep? parallel could improve high latency performance

2010-08-19 Thread travis+ml-rsync
Just curious if the protocol sends a request and waits for a response, or whether it can multiplex multiple requests on a single connection. This could improve performance over high latency links, if a lot of time is spent waiting for the response (i.e. when the hashes match). -- Travis is an

Re: does rsync work in lockstep? parallel could improve high latency performance

2010-08-19 Thread travis+ml-rsync
Oh, and if it buffers requests sent to its STDIN, that's fine. To actually complete requests in parallel, you'd need a multithread or multiprocess app, and that's complicated. The proper term for what I'm suggesting is probably pipelining. -- Travis is an organic computer peripheral. My emails

Re: does rsync work in lockstep? parallel could improve high latency performance

2010-08-19 Thread Carlos Carvalho
travis+ml-rs...@subspacefield.org (travis+ml-rs...@subspacefield.org) wrote on 19 August 2010 12:50: Oh, and if it buffers requests sent to its STDIN, that's fine. To actually complete requests in parallel, you'd need a multithread or multiprocess app, and that's complicated. The proper

Re: Check/compare modtime before deleting?

2010-08-19 Thread Matt McCutchen
On Thu, 2010-08-19 at 11:31 -0700, Chris wrote: I need to keep two identical copies of files on my desktop and laptop, so I want to use the -delete option. But I don't want to delete files that are created after last sync. Is there a way to keep files with modtime later than a file of a