rsync  

Re: limiting the number of connections per client

Ali, Saqib
Thu, 04 Feb 2010 09:33:59 -0800

>>> With the help of xinetd.
>>> Example:
>>> ftp5:2 22:39:02 ~ # cat /etc/xinetd.d/rsync
>>> # default: off
>>> # description: rsync file transfer daemon
>>> service rsync
>>> {
>>>        socket_type     = stream
>>>        protocol        = tcp
>>>        wait            = no
>>>        user            = root
>>>        server          = /usr/sbin/rsyncd
>>>        instances       = 999
>>>        per_source      = 19
>>>        server_args     = --daemon
>>> #       disable         = yes
>>> }
>>> ftp5:2 22:39:03 ~ #

Thank you. Thank you. It works!!! :-)

saqib
http://enterprise20.squarespace.com
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html