Quick & Easy PHP MySQL Backup Database and Email results
by Andy on Sep.24, 2009, under Computers & Technology, Development
I stumbled onto this nice lil’ script yesterday after I needed to find a solution for quick MySQL backups with PHP. The script will use ‘mysqldump’ to dump the database, tar it, and email it. It’s a nice script because it doesn’t require anything but Pear’s mail and mail_mime extensions.
NOTE: *nix only, unless you have tar the scripts box.


























