Skip to content

Instantly share code, notes, and snippets.

@nahurst
Created May 17, 2011 22:18
Show Gist options
  • 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