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.com

After 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

Reply via email to