I've written a script that is run once a week and emails me a snapshot of our MySQL database (well a list of MysqL commands that would recreate it and all it's data).
The emai lis about 40kb, and will grow with our database. Is there any way to compress this for emailing (via a php script)?
Most of it's repeated, eg INSERT INTO tablename etc.