On Sun, Apr 30, 2006 at 10:51:06PM +0200, Mattias Ahnberg wrote:
> >> "mirror -c bla*"
> 
> > How about:
> >
> >        mirror -c -i ^bla
> 
> Greetings,
> I found this reply of yours on the lftp list. I have had the same bothers
> as Tobias described and got very excited when I saw your reply. However I
> seem to be unable to reproduce the sought-after effect, when issuing the
> command I still get everything mirrored. Is the case that -i (and -I?)
> that they only match _files_, and not directories?

By default all directories are included. Try this:

        mirror -c -x . -i ^bla

to mirror only files and directories starting with `bla' in the current
directory.

> mirror -c -I debi*

-I is not quite suitable here. It is matched against last few elements of
the path.

-- 
   Alexander..

Reply via email to