I currently run a small website which is being used to host large amounts of (generated) static HTML. The problem is that disk space is limited, and the HTML is growing by 1GB a week. (The files are grouped into directories, with around 500 files each, and total to 10B-100MB. The files compress very well [under 10%])
Ideally I'm looking at a way to compress all the HTML files on the HDD while still being able to serve them easily.