Last Updated: February 25, 2016
·
250
· benlinton

Static mirror of your website with wget

Need a static mirror/backup of your website? In terminal:

wget --mirror --convert-links --adjust-extension --page-requisites --output-file=wget.log http://www.example.com

To view progress in realtime, in another terminal tab:

tail -f wget.log