Mirror the whole site:
wget --mirror http://site.com/...
wget -r -N -l inf -nr http://site.com/...Mirror only "here" and below, don't go up the tree:
wget --mirror -np http://site.comAdd these to add random waits between each get:
--wait=[seconds]
--random-wait