Re: Using wget to mirror just part of a web site?

2006-10-02 Thread Christopher M. Hobbs
wget -m -nH -r http://us.archive.ubuntu.com/ubuntu/dists -o /var/log/${site}_mirror.log But that gets the whole sit. What I want to do is just start at the toop of the ubuntu/dists tree. Perhaps the '--no-parent' knob would be of some help? cmh -- Christopher M. Hobbs IS Technician, City

Re: Using wget to mirror just part of a web site?

2006-10-02 Thread Ivan Levchenko
Yes, the --no-parent is what you need On 10/2/06, Christopher M. Hobbs [EMAIL PROTECTED] wrote: wget -m -nH -r http://us.archive.ubuntu.com/ubuntu/dists -o /var/log/${site}_mirror.log But that gets the whole sit. What I want to do is just start at the toop of the ubuntu/dists tree.

Using wget to mirror just part of a web site?

2006-10-01 Thread stan
I looked at the mirror port, and it seemded complex to set up, and looks like it is not bieng manitaned any more as teh link reference in it's man page is dead. So I figure I can use wget to mirror the web sties I need to mirror. I have it mostly working I'm suing something like: wget -m -nH

Re: Using wget to mirror just part of a web site?

2006-10-01 Thread Garrett Cooper
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 stan wrote: I looked at the mirror port, and it seemded complex to set up, and looks like it is not bieng manitaned any more as teh link reference in it's man page is dead. So I figure I can use wget to mirror the web sties I need to mirror.

Re: Using wget to mirror just part of a web site?

2006-10-01 Thread stan
On Sun, Oct 01, 2006 at 05:14:03AM -0700, Garrett Cooper wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 stan wrote: I looked at the mirror port, and it seemded complex to set up, and looks like it is not bieng manitaned any more as teh link reference in it's man page is dead.