Re: openrsync --address option

2019-08-09 Thread Stuart Henderson
On 2019/08/09 14:31, Christian Weisgerber wrote: > On 2019-08-08, Stuart Henderson wrote: > > > Works as expected for IPv4. For IPv6 it only works if you use a hostname > > that > > only has a v6 address and not also a v4 address. > > Not sure what scenario you mean exactly. This works fine

Re: openrsync --address option

2019-08-09 Thread Christian Weisgerber
On 2019-08-08, Stuart Henderson wrote: > Works as expected for IPv4. For IPv6 it only works if you use a hostname that > only has a v6 address and not also a v4 address. Not sure what scenario you mean exactly. This works fine for me: openrsync --address=2003:e5:cf15:c101:76dd:6f32:911c:ce5c

Re: openrsync --address option

2019-08-09 Thread Sebastian Benoit
Claudio Jeker(cje...@diehard.n-r-g.com) on 2019.08.09 00:16:42 +0200: > On Thu, Aug 08, 2019 at 11:06:30PM +0100, Stuart Henderson wrote: > > On 2019/08/08 15:42, Claudio Jeker wrote: > > > I need to be able to control the bind address for openrsync connections. > > > This implements this but it

Re: openrsync --address option

2019-08-08 Thread Claudio Jeker
On Thu, Aug 08, 2019 at 11:06:30PM +0100, Stuart Henderson wrote: > On 2019/08/08 15:42, Claudio Jeker wrote: > > I need to be able to control the bind address for openrsync connections. > > This implements this but it only works for connections to an rsync daemon. > > For rsync over ssh you need

Re: openrsync --address option

2019-08-08 Thread Stuart Henderson
On 2019/08/08 15:42, Claudio Jeker wrote: > I need to be able to control the bind address for openrsync connections. > This implements this but it only works for connections to an rsync daemon. > For rsync over ssh you need to use -e 'ssh -b address' instead. Works as expected for IPv4. For IPv6

openrsync --address option

2019-08-08 Thread Claudio Jeker
I need to be able to control the bind address for openrsync connections. This implements this but it only works for connections to an rsync daemon. For rsync over ssh you need to use -e 'ssh -b address' instead. -- :wq Claudio Index: extern.h