Backup your website with wget

Just a short tip. If you need to backup your website – just to have any kind of backup – then you might like the following command:


wget -E -k -K -r -p http://www.example.com/

This also modifies all internal links to make that site really offline capable. Enjoy…