On Sat, 22 Apr 2000, Robert L. Harris wrote:

> I'm trying to maintain a local mirror of the kernel tree.  I'm using 

> mirrordir now, but it seems to want to download the whole tree every 

> other run, or every run even.  Is anyone else doing this?  How?

Let me take a stab at it.

I've never done mirroring, so bear that in mind, and that this may not be

the best solution, but....

If you have wget installed on your server, you could do this:

wget -nc -r -l__ ftp://....

The -nc option is "no clobber"

The -r is recursive,

the -l is number of recursive levels (0 unlimits).


--
">Critter@Wizvax.Net
Don't Steal - The government hates competition.
PGP key available at http://www.wizvax.net/critter/pgpkey.html.
--
To unsubscribe: mail ">majordomo@ale.org with "unsubscribe ale" in message body.