A common requirement for backups or just to have a local copy of a website is to mirror it. This is easily done with the wget tool. wget is a command line tool for retrieving files over a network. As is common with the older Linux tools it has a huge number of really useful options. For this use case wget comes with a bunch options to access a website and by following all the internal links download the entire site to a local, browsable copy.