On Tue, Jun 17, 2003 at 09:32:26AM +0200, [EMAIL PROTECTED] wrote:
> mirror -i Live|TWCLIVE||IDT|SAT|Cable|FTD|DSP|CMS|BPM_HOUSE
>
> Now this is weird, it seems to mirror all directories but only put
> files into the ones matching the patterns. Because I notice a lot of
> them who don't. Is this normal? And is that regexp OK?
Yes, it is ok, but put it in quotes.
To exclude unmatching directories, put `-x .' in front of -i to exclude all
first and then include only matching directories. By default, when -i is
the first include/exclude option, everything but directories is excluded.
That is:
mirror -x . -i "Live|TWCLIVE||IDT|SAT|Cable|FTD|DSP|CMS|BPM_HOUSE"
> Also I wonder why lftp remirrors (only on this other site) albums
> recursively into its subdirectories, over and over again. Please
> give me an answer?
I cannot reproduce it. Here it does not recurse over and over again.
--
Alexander.