rsync.conf

2001-04-18 Thread Dan Phoenix
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

rsync.conf

2001-04-18 Thread Lachlan Cranswick
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

Re: rsync.conf

2001-04-18 Thread Lachlan Cranswick
What versions of rsync are you using (latest?). What systems and what compiler did you use? Lachlan. n/m figured it out apparently i need 2 :: On Wed, 18 Apr 2001, Dan Phoenix wrote: Date: Wed, 18 Apr 2001 18:57:08 -0700 (PDT) From: Dan Phoenix [EMAIL PROTECTED] To: [EMAIL PROTECTED]

NFS vs rsync --daemon

2001-04-18 Thread Dan Phoenix
I wanted to test which was faster here are my results. [root@frodo tmp]# /usr/local/bin/rsync -Wav --delete --force /home/cvs/website /usr/tmp building file list ... done wrote 161189 bytes read 20 bytes 18965.76 bytes/sec total size is 337716602 speedup is 2094.90 [root@frodo tmp]#

Re: rsync.conf

2001-04-18 Thread Martin Pool
On 18 Apr 2001, Lachlan Cranswick [EMAIL PROTECTED] wrote: What versions of rsync are you using (latest?). What systems and what compiler did you use? Lachlan. n/m figured it out apparently i need 2 :: It has nothing to do with compilers. If you specify a source or destination as

Re: rsync.conf

2001-04-18 Thread Dan Phoenix
I am using a 64 bit sun solaris box and latest 2.4.6 rsync. I am in the middle of converting my scripts to use rsync.conf method to take load off nfs. I will have approx 40 freebsd machines connecting concurrently to this box at any given time. gcc compiler was used Lachlan. All seems to work