Re: include & exclude dosn't work...

2003-10-25 Thread jw schultz
On Sun, Oct 26, 2003 at 12:09:23AM +0400, Dennis Chelukanov wrote: > Hello rsync, > > I run Rsync as standalone server (--daemon). Here is my rsync.conf > file > [snip] > exclude * > include *.mp3 > > Then i run rsync : > > /etc > rsync rsync://[EMAIL PROTECTED]/mp3files/test/ >

include & exclude dosn't work...

2003-10-25 Thread Dennis Chelukanov
Hello rsync, I run Rsync as standalone server (--daemon). Here is my rsync.conf file use chroot = yes max connections = 10 #syslog facility = local5 log = /var/log/rsyncd.log [mp3files] path = /home/guitar comment = directory read only = yes list = no secr