Skip to content

Instantly share code, notes, and snippets.

@pauloelias
Last active October 7, 2015 10:08
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save pauloelias/3148396 to your computer and use it in GitHub Desktop.
Mirror a site with wget
# http://www.gnu.org/software/wget/manual/wget.html
# OPTIONS: -m mirror, -k convert-links, -w delay (in seconds) between requests
wget -mk -w1 http://domain.tld/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment