RE: RSYNC unidirectional connection

2006-05-17 Thread Matt McCutchen
On Wed, 2006-05-17 at 14:55 +0200, [EMAIL PROTECTED] wrote: > Thanks for your help, I will check if rsync is really unidirectional, > unidirectional means for me, that a connection could only be established > from one site. I still do not understand exactly what you mean; let me guess. If the com

Re: RSYNC unidirectional connection

2006-05-16 Thread Matt McCutchen
On Tue, 2006-05-16 at 15:31 +0200, [EMAIL PROTECTED] wrote: > One server is in the intranet zone and the other in the > internet zone. The challenge in this exercise is, that a connection > could only be established from the intranet server to the internet > server, but not in the other direction.

Re: RSYNC unidirectional connection

2006-05-16 Thread Wayne Davison
On Tue, May 16, 2006 at 03:31:39PM +0200, [EMAIL PROTECTED] wrote: > My Question: Is it possible to configure rsync with ssh to do this (one > direction sync)? This is what rsync does -- a one direction sync. You can use it to push or pull, just change the order of the source and destination args

Re: RSYNC unidirectional connection

2006-05-16 Thread Paul Slootman
On Tue 16 May 2006, [EMAIL PROTECTED] wrote: > Connection in both directions: > == > Server A <---> Server B I expect that a tool such as unison will be more appropriate for the problem. Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mai

RSYNC unidirectional connection

2006-05-16 Thread philippe.zenhaeusern
Hello, I have written a nice rsync-tool that synchronises 2 normal server in both ways. Means a server could be in active mode (send his datas) or in passive mode (receive the datas). The modes can be changed and so on... That's means, a connection could be established from both systems to each ot