Last active
October 7, 2015 10:08
-
-
Save pauloelias/3148396 to your computer and use it in GitHub Desktop.
Mirror a site with wget
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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