From: Isaac Witmer <isaaclw@xxxxxxxxx> > On Tue, Oct 5, 2010 at 11:51 AM, John Doe <jdmls@xxxxxxxxx> wrote: > > Why recurse? > > If you take your list from the log files, you will get all accessed files > > already... no? > How would you do it? > with wget, the only way of having it crawl through websites, is to > recurse... isn't it? Why cache the possible hundred pages bellow an url if nobody went to see them...? If people only watch sites frontpages, you just need to pre-cache sites frontpages. If they go see some sub-pages, it will appear in the logs... So I think you only need the '-p' option. JD