Re: exclude option in rsyncd.conf

2002-02-25 Thread Dave Dykstra
On Fri, Feb 22, 2002 at 10:08:37PM -0800, Martin Pool wrote: > On 22 Feb 2002, Albert Chin <[EMAIL PROTECTED]> wrote: > > I have the following module defined in rsyncd.conf: > > [updates] > > list = no > > hosts allow = foo > > path = /ext/updates > > exclude = incoming > > > >

Re: exclude option in rsyncd.conf

2002-02-24 Thread Martin Pool
On 22 Feb 2002, Albert Chin <[EMAIL PROTECTED]> wrote: > I have the following module defined in rsyncd.conf: > [updates] > list = no > hosts allow = foo > path = /ext/updates > exclude = incoming > > >From host "foo", if I run: > $ rsync -arHvn --delete bar::foo /ext/updates >