Mirroring A Site With Wget
Categories:

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

Add these to add random waits between each get:

    --wait=[seconds]
    --random-wait
Post new comment
The content of this field is kept private and will not be shown publicly.
Image CAPTCHA
Copy the characters (respecting upper/lower case) from the image.