Re: parallelizing the two initial phases?

2004-09-08 Thread Robert Sander
On Tue, 7 Sep 2004 20:49:21 + (UTC), Eberhard Moenkeberg [EMAIL PROTECTED] wrote: So, my question (indeed more, a wish): wouldn't it be possible to start bulding both databases in parallel, or shortly after each other? I would also vote for such a feature, building the filelist databases

Re: parallelizing the two initial phases?

2004-09-08 Thread Wayne Davison
On Wed, Sep 08, 2004 at 07:15:23AM +, Robert Sander wrote: I would also vote for such a feature, building the filelist databases in parallel. The whole scan-first-then-send idiom needs to be replaced with an incremental algorithm (which was the subject of the rZync protocol test code I

rsync via ssh tunnel

2004-09-08 Thread Radio Gong 2000 GmbH Co. KG [Technik]
Hi there, I want to put these two commands in just one command: ssh -i ~/.ssh/id_dsa -C -l sascha -L 873:rsync-server:873 bridge-server rsync -auz rsync://[EMAIL PROTECTED]/share /local-path How can I do this. With Option --rsh (-e) rsync wants to execute the command on the remote machine and

Re: rsync-2.6.3pre1: --delete-after does not work

2004-09-08 Thread Wayne Davison
On Tue, Sep 07, 2004 at 10:37:48PM +0200, Stefan Hoelldampf wrote: Damn, the problem is rsync-2.5.5 as receiver OK, that fails for me too. It was a rather simple mistake caused by 2.6.3pre1 not sending --delete if it thought that --delete-after was going to imply that option. In the case of

Re: rsync via ssh tunnel

2004-09-08 Thread Wayne Davison
On Wed, Sep 08, 2004 at 09:42:32AM +0200, Radio Gong 2000 GmbH Co. KG [Technik] wrote: I want to put these two commands in just one command: ssh -i ~/.ssh/id_dsa -C -l sascha -L 873:rsync-server:873 bridge-server rsync -auz rsync://[EMAIL PROTECTED]/share /local-path This was covered a few

Re: RSync + SSH tunneling through firewall

2004-09-08 Thread Paul Slootman
On Wed 08 Sep 2004, Stefaan Lhermitte wrote: I tried to connect the tunnel with another port number. When I use port number 22 instead of 873 I can telnet to C from B. When I telnet I get SSH-1.99-OpenSSH_3.9p1. Yes, because you are connecting via the tunnel to the ssh server on C

CVS update: rsync/patches

2004-09-08 Thread Wayne Davison
Date: Wed Sep 8 06:15:44 2004 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv8630 Modified Files: acl.diff Log Message: A compatibility fix that tries to handle a transfer between systems that differ in their ACLS_NEED_MASK setting.

CVS update: rsync/patches

2004-09-08 Thread Wayne Davison
Date: Wed Sep 8 07:28:57 2004 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv26304/patches Modified Files: acl.diff Log Message: Got rid of an UNUSED() that was causing a problem. Revisions: acl.diff1.16 = 1.17

CVS update: rsync

2004-09-08 Thread Wayne Davison
Date: Wed Sep 8 07:33:06 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv27269 Modified Files: options.c Log Message: Don't try to optimize-away the sending of the --delete option if --delete-after was specified (since we don't know what the