Skip to content

Instantly share code, notes, and snippets.

@nahurst
Created May 17, 2011 22:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nahurst/977543 to your computer and use it in GitHub Desktop.
Save nahurst/977543 to your computer and use it in GitHub Desktop.
Mirror a site
wget -w 1 -r -k -K -H -N -l 2 http://example.com # pause 1 second between requests, go 2 levels deep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment