Mirror a website with wget
Simon | July 11, 2011To copy or mirror a website with wget do the following:
wget -r -l2 -N -k -x mywebsite.com
This will create a complete copy of the website into a folder called mywebsite.com.
Have fun
Share on Facebook




