Last Updated: February 25, 2016
·
448
· wajatimur

Download Whole Site Using WGET

We might want to download the whole website using common tools in Linux/Unix. We can achieve that by running below command.

wget -E -H -k -K -p http://google.com

The option -p were used for WGET to download all files related to page to local storage, other option as a refinement.