How to download a full website, but ignoring all binary files.
wget has this functionality using the -r flag but it downloads everything and some websites are just too much for a low-resources machine and it's not of a use for the specific reason I'm downloading the site.
Here is the command line i use: wget -P 20 -r -l 0 http://www.omardo.com/blog (my own blog)