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
> >
> >
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
>
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
then the /ext/updates/*/incoming directory will be deleted. However,
If I