Jonathan Elsas
Fri, 24 Oct 2008 08:45:37 -0700
Hi -- I'm using wget 1.10.2 I'm trying to mirror a web site with the following command: wget -m http://www.example.comAfter this process finished, I realized that I also needed pages from a subdomain (eg. www2)
To re-start the mirror process without downloading the same pages again, I've issued the command
wget -nc -r -l inf -H -D www.example.com,www2.example.com http://www.example.com but, I get the message: file 'www.example.com/index.html' already there; not retrieving.and the process exits. According to the man page "files with .html suffix will be loaded off disk and parsed" but this does not appear to be happening. Am I missing something?
thanks in advance for your help