On Wed, 2003-07-30 at 22:22, Jim Wildman wrote: > On 30 Jul 2003, Aleksander Demko wrote: > > > On Wed, 2003-07-30 at 08:09, Robert G. Brown wrote: > > > which doesn't mirror the WHOLE repository, but only the distro_9 part. > > > IIRC it will do something moderately horrible with the path on your > > > mirror site -- you might get ./pub/linux/distro_9. It doesn't really > > > behave like a cp. > > > > wget -m -l 1 <url> will limit the recursion (both up and down). > wget -np -r <url> should only go DOWN the tree and not change hosts. -sv