website

Downloading or mirroring a website with wget

The easiest way to download/mirror a complete website is using WGET and use the mirror option. If you want to see your website with the correct layout and all images, make sure you also supply the --page-requisites flag.

The full command:

wget -p -m -k -K -E http://your.website.com/

See wget --help for an explanation of all command-line options, but these should give you a good start.

Syndicate content