Sometimes you need a static mirror of a dynamic site, just in case things go pear-shaped.
-
Make sure you have
wget
installed:wget --version
-
Run
wget
with, like, a gazzilion arguments:wget -mkxKE -e robots=off http://www.example.org/
This command will create a directory for the site you just downloaded. You can use this to host a mirror.