> -----Original Message-----
> From: Dave Dykstra [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 03, 2001 9:34 AM
> To: Magdalena Hewryk
> Cc: '[EMAIL PROTECTED]'
> Subject: Re: --include index.html vs --exclude-from tmp/*
 
> > =---I am getting this result:
> > ONLY /tmp is excluded with index.html and content.html 
> mirrored anyway.
> > (good)
> > Other ../tmp directories are mirror completely, not just 
> index.html and
> > content.html files. (bad result)
> 
> 
> I think adding '**/tmp/*' to your excludelist should do it.
> 
> - Dave
> 

Thanks, it works.
The combination of both:
/tmp/*
**/tmp/* 
in the excludefile gives the correct result.

My includefile contains:
index.html
content.html

In the result I am excluding ALL tmp directories (not just a base tmp
directory), with the exception of index.html and content.html files.

Thanks again for help,
Magda
 

Reply via email to