Using wget to snapshot a web site

James McDonald james
Tue Dec 14 05:59:12 PST 2004


>
>
> wget -p -E -k -np -m -nH -N -U googlebot -PwxPython 
> http://wiki.wxpython.org/index.cgi/FrontPage
>
> It wgets the first page (FrontPage.html) and then happily quits. Phooey.
>
I use wget -r -l 1 http://inserturlhere/

to tell it to do a recursive (-r) suck with -l <number_of_levels_to_recurse>


More information about the Linux-users mailing list