Re: '--address' option on client side.

2021-03-29 Thread Harry Mangalam via rsync
Thanks very much for the useful answers. Much obliged Harry On Mon, Mar 29, 2021 at 5:25 AM Paul Slootman via rsync < rsync@lists.samba.org> wrote: > On Fri 26 Mar 2021, Harry Mangalam via rsync wrote: > > > > I'm trying to improve a parallel rsync wrapper called parsyncfp (pfp) in > > response

Re: '--address' option on client side.

2021-03-29 Thread Paul Slootman via rsync
On Fri 26 Mar 2021, Harry Mangalam via rsync wrote: > > I'm trying to improve a parallel rsync wrapper called parsyncfp (pfp) in > response to a user request. He wants rsync to emit data on multiple > interfaces (one interface per rsync instance). From the man page it seems > like the '--address

Re: '--address' option on client side.

2021-03-26 Thread Dan Stromberg via rsync
I've not looked into mrsync and multiple interfaces; I'm guessing it'll use your (multicast) routing table. On Fri, Mar 26, 2021 at 1:13 PM Harry Mangalam via rsync < rsync@lists.samba.org> wrote: > mrcast is interesting (Hadn't stumbled across it before) but while it > handles multicat, it doesn

Re: '--address' option on client side.

2021-03-26 Thread Harry Mangalam via rsync
mrcast is interesting (Hadn't stumbled across it before) but while it handles multicat, it doesn't seem to be able to handle multiple interfaces, if I read the docs correctly. Am I wrong? harry On Fri, Mar 26, 2021 at 12:29 PM Dan Stromberg wrote: > > Hi Harry. Are you the person I worked with

Re: '--address' option on client side.

2021-03-26 Thread Dan Stromberg via rsync
Hi Harry. Are you the person I worked with at UCI a bit? Anyway, you might consider trying mrsync; it's intended to do rsync over multicast. HTH. On Fri, Mar 26, 2021 at 12:22 PM Harry Mangalam via rsync < rsync@lists.samba.org> wrote: > Spent an hour trying to find the answer to this on the v