Mirror a website with wget Leave a Reply To 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 Related