wget -r -l 999 http://example.com
Computer Tips - wget: Why didn't wget download the entire website?
Date: 2013may1
Product: wget
OS: Linux
Language: bash
Q. wget: Why didn't wget download the entire website?
I used the -r (recursive) option.
A. By default it only goes to a depth of 5 levels.
Use the -l option to specify the maximum number of levels like this: