Re: Can rsync use UDP?

2009-12-10 Thread Matt McCutchen
On Thu, 2009-12-10 at 17:55 -0500, Neal B wrote: > Does rsync support using udp instead of tcp? No, rsync does not support UDP. As currently designed, it requires a stream protocol. (Though I suppose a stream could be emulated over UDP if that were somehow desirable.) -- Matt -- Please

Can rsync use UDP?

2009-12-10 Thread Neal B
Hello, Does rsync support using udp instead of tcp? /etc/services has both ports. It is possible to configure xinetd to start rsync in udp mode, but a client will not connect. Thanks in advance for your reply, Neal -- Please use reply-all for most replies to avoid omitting the mailing list

Re: UDP

2008-12-08 Thread Jamie Lokier
Charles Darwin wrote: > My question is does rsync use UDP? If not by defaut, then how do I > enable it? Can I compile rsync with UDP as default protocol? rsync uses a byte stream over TCP, SSH, or any other application implementing a byte stream that you want, using the "-e" opt

UDP

2008-12-07 Thread Charles Darwin
Hi all, My question is does rsync use UDP? If not by defaut, then how do I enable it? Can I compile rsync with UDP as default protocol? Thanks, -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman

Re: Does rsync need UDP ports open?

2005-01-27 Thread Wayne Davison
On Wed, Jan 26, 2005 at 10:20:05AM +, Reuben Pearse wrote: > Does rsync use UDP as well? Rsync does not need UDP, it just needs a server to be running. You probably forgot to start one up. > Does rsync work over NAT OK? Sure -- if the behind-the-NAT host is going to need to accept in

Does rsync need UDP ports open?

2005-01-26 Thread Reuben Pearse
21.18: Connection refused Does rsync use UDP as well? Does rsync work over NAT OK? Reuben -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: Q (feat. req.) rsync: using UDP, multicast

2001-02-14 Thread Donovan Baarda
Quoting Martin Pool <[EMAIL PROTECTED]>: > On 14 Feb 2001, "Ph. Marek" <[EMAIL PROTECTED]> wrote: > > Hello once more, [...] > > I know that's not easy achievable. But I think it could suffice to say > > "push the changes made from backup/filexyz to current/filexyz on IP > > 224.x.x.x:y" and ever

Re: Q (feat. req.) rsync: using UDP, multicast

2001-02-14 Thread Martin Pool
On 14 Feb 2001, "Ph. Marek" <[EMAIL PROTECTED]> wrote: > Hello once more, > > I have another idea for rsync. > > I'd like an option to let it work using UDP instead of TCP, using > multicast-ip-adresses. > It would help very much in the following scenar