Lionel Bouton wrote:


The popularity doesn't really matter on the client side, rsync is readily available for all Unices and quite easy to get for Cygwin.
The problem is that on the servers' side (main site and mirrors) you'll have to set up rsync servers instead of http servers. As a mirror admin this won't be good news for me...


rsync server setup isnt hard. Simple example looks like:

# rsync server config
#
use chroot = no
max connections = 50
syslog facility = daemon
log file = /var/log/rsyncd/rsyncd.log
read only = yes
uid = nobody
gid = nobody

[clamav]
 path = /var/rsync/clamav
 comment = Clam AV for Linux
#




------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Clamav-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/clamav-users

Reply via email to