RE: mirror exclude

2002-11-28 Thread Jurrit de Vries
On Thu, Nov 28, 2002 at 12:37:37PM +0100, Jurrit de Vries wrote: > Another question, what do I do, of I want to mirror just 1 file in foo/ and exclude >all others? The -I/-X options can be specified multiple times: mirror -X foo/ -I foo/file - Ok thnx!! It works great now. I

Re: mirror exclude

2002-11-28 Thread Alexander V. Lukyanov
On Thu, Nov 28, 2002 at 12:37:37PM +0100, Jurrit de Vries wrote: > Another question, what do I do, of I want to mirror just 1 file in foo/ and exclude >all others? The -I/-X options can be specified multiple times: mirror -X foo/ -I foo/file -- Alexander.

RE: mirror exclude

2002-11-28 Thread Jurrit de Vries
On Thu, Nov 28, 2002 at 11:51:58AM +0100, Jurrit de Vries wrote: > If I have 2 dirs, foo/ and bar/ and a file foo.php > > What do I do to mirror this, but I want to exclude foo/ ?? > > If I try it, it will also exclude foo.php, or just mirrors everything! > Could you explain this, or add some e

Re: mirror exclude

2002-11-28 Thread Alexander V. Lukyanov
On Thu, Nov 28, 2002 at 11:51:58AM +0100, Jurrit de Vries wrote: > If I have 2 dirs, foo/ and bar/ and a file foo.php > > What do I do to mirror this, but I want to exclude foo/ ?? > > If I try it, it will also exclude foo.php, or just mirrors everything! > Could you explain this, or add some e

Re: mirror exclude (was: lftp - mirror: very slow)

2001-03-14 Thread Alexander V. Lukyanov
On Tue, Mar 13, 2001 at 09:14:03PM +0100, Cristian Ionescu-Idbohrn wrote: > Now it's working as advertised. Some examples in strategic places > on the man page would benefit the rest of the world, if I'm alowed to > have that wish. You are welcome to improve the man page. > Another thing I notic

Re: mirror exclude (was: lftp - mirror: very slow)

2001-03-13 Thread Cristian Ionescu-Idbohrn
No need to CC me, I'm on the lftp-list now :) Great Alexander, thanks. Now it's working as advertised. Some examples in strategic places on the man page would benefit the rest of the world, if I'm alowed to have that wish. The one downside of using the -x "exclude-stuff$" syntax, I noticed,

Re: mirror exclude (was: lftp - mirror: very slow)

2001-03-13 Thread Alexander V. Lukyanov
On Mon, Mar 12, 2001 at 07:57:44PM +0100, Cristian Ionescu-Idbohrn wrote: > open hftp://ftp.sunet.se > mirror -v -c -e -x \ > "(mail-archives|old|snapshots)$" \ > pub/lang/cygwin /home/cii/cygwin/mirror/cygwin > > but no joy :( I'd like to see what's going on. What debug value should > I use? It

Re: mirror exclude (was: lftp - mirror: very slow)

2001-03-12 Thread Cristian Ionescu-Idbohrn
Please CC me, as I'm not subscribed to the list. On Mon, 12 Mar 2001, Alexander V. Lukyanov wrote: > On Mon, Mar 12, 2001 at 04:28:11PM +0100, Cristian Ionescu-Idbohrn wrote: > > #!/bin/sh > > open hftp://ftp.sunet.se > > mirror -v -c -e -x \ > > "(mail-archives|old|snapshots)/.*" \ > > pub/lang

Re: mirror exclude (was: lftp - mirror: very slow)

2001-03-12 Thread Cristian Ionescu-Idbohrn
On Mon, 12 Mar 2001, Alexander Skwar wrote: > So sprach Cristian Ionescu-Idbohrn am Mon, Mar 12, 2001 at 04:28:11PM +0100: > > -x RX, --exclude RXexclude matching files > > ... > > > >RX is an extended regular expression, just like in > >egrep(1). > > > >

Re: mirror exclude (was: lftp - mirror: very slow)

2001-03-12 Thread Alexander V. Lukyanov
On Mon, Mar 12, 2001 at 04:28:11PM +0100, Cristian Ionescu-Idbohrn wrote: > #!/bin/sh > open hftp://ftp.sunet.se > mirror -v -c -e -x \ > "(mail-archives|old|snapshots)/.*" \ > pub/lang/cygwin /home/cii/cygwin/mirror/cygwin > > I can't seem to be able to skip those directories :( What's wrong? >

Re: mirror exclude (was: lftp - mirror: very slow)

2001-03-12 Thread Alexander Skwar
So sprach Cristian Ionescu-Idbohrn am Mon, Mar 12, 2001 at 04:28:11PM +0100: > -x RX, --exclude RXexclude matching files > ... > >RX is an extended regular expression, just like in >egrep(1). > > So here is my script: > > #!/bin/sh > open hftp://ftp.sune