Displaying 1 result from an estimated 1 matches for "xidc".
Did you mean:
  xid
  
2005 Jan 06
1
How to use rsync
Hi,
I am having one machine which i want to configure as a rsync server.
Onthe machine I had kept the following file
/etc/rsyncd.conf
motd file = /etc/rsyncd.motd
log file = /var/log/rsyncd.log
pid file = /var/run/rsyncd.pid
lock file = /var/run/rsync.lock
[rsync-test]
        path = /home/xidcit/test
        comment = XIDC Rsync Server
        uid = nobody
        gid = nobody
        read only = no
        list = yes
        auth users = xidcit,rsync-user
        secrets file = /etc/rsyncd.scrt
I am having another machine.  From the 1st machine i want to copy one file
test1 to the seco...