Hi guys
Just need a bit of advice or pointing in the right direction - I want to add rsync access to my mirror, but I'm not sure if what I've got for the configuration files is correct. The path to my mirror directory is as you see it below; that's the root of it. Are these config file contents correct?
/etc/rsyncd.conf
max connections = 5
log file = /var/log/rsync.log
timeout = 300
[centos mirror]
    comment = CentOS Mirror
    path = /home/weezel/htodcs/centos.mirror.crcrepairs.com
    read only = yes
    list = yes
    uid = nobody
    gid = nogroup
    auth users = user
    secrets file = /etc/rsyncd.secret
/etc/rsyncd.secrets
user:password
thanks in advance!