>trying to setup a rsycd server
>
>
>[root@gimli adm]# cat /etc/rsyncd.conf 
>#uid = cvs
>#gid = cvs 
>log file = /var/adm/rsync.log
>use chroot = no 
>max connections = 4 
>syslog facility = daemon
>pid file = /var/run/rsyncd.pid 
>
>[website]
>path = /bravenet1/home/cvs/website
>comment = whole website area (Mostly php dynamic stuff)
>[root@gimli adm]# 
>
>now from another host lets try to get that module
>[root@frodo tmp]# rsync -av  gimli:website .
>permission denied
>unexpected EOF in read_timeout
>[root@frodo tmp]# 

See if the following example helps you out.  It works for me.  This is
a password protected ara.  I guess you would delete the
auth users and secrets file for anonymous

================================
motd file = /etc/motd
max connections = 25
syslog facility = local3

[ccp14web]
     comment = regional mirror area
     path = /web_disc/web-area
     read only = yes
     list = yes
     uid = nobody
     gid = nobody
     hosts allow = *.doobry.ac.uk  148.79.*.*
     auth users = rsyncuser
     secrets file = /etc/rsyncd.secrets
========================================

Command line:

rsync -rlpt -v --stats z --safe-links --delete --dry-run \
     [EMAIL PROTECTED]::ccp14web/ \
         /home/put_the_files_here


Lachlan.


-----------------------
Lachlan M. D. Cranswick
Geochemistry - Lamont-Doherty Earth Observatory, Columbia University
PO Box 1000, 61 Route 9W Palisades, New York 10964-1000 USA
Tel:  (845) 365-8662   Fax:  (845) 365-8155 
E-mail: [EMAIL PROTECTED]  WWW: http://www.ldeo.columbia.edu
       CCP14 Xtal Software Website: http://www.ccp14.ac.uk



Reply via email to