How to make a dump of a website

From www.ReeltoReel.nl Wiki
Revision as of 17:42, 9 September 2017 by Pvdm (talk | contribs)
Jump to navigation Jump to search

If you want to make a dump of a website, then you can do:

/usr/bin/wget -q --convert-links -E -m http://website.nu.com.mp3
wget --progress=bar --convert-links -E -m ftp://ftp.studer.ch/Public/


Actually, to download a single page and all its requisites (even if they exist on separate websites), and make sure the lot displays properly locally, this author likes to use a few options in addition to -p:

wget -E -H -k -K -p http://<site>/<document>