Computer Tips - wget: archive a website (download everything in a website)

Date: 2019mar26 OS: Linux Q. wget: archive a website (download everything in a website) A. Use wget like this
wget -mpck --user-agent="" -e robots=off --wait 1 www.davekb.com
More info http://www.dheinemann.com/2011/archiving-with-wget/