MySQL backupzip

This script creates .gz zipped backups of a variable number of MySQL databases - 1 archive per database - within a dedicated area of your web server.
Used with cron and an automated FTP download, you can completely automate database backups! If you don’t have access to cron, setup a reminder or scheduler to run this script daily or weekly via your web browser and download the zipped files via FTP when convenient.
If you don’t have access to cron or would prefer to output the backup file directly to your web browser, see the Backup scriptlet.
- Requirments:
- PHP 4.1.0 (or higher) with zlib support
- MySQL 3.22 (or higher)
Downloads
Backup zip (4.8 KiB, 282 downloads)
Support
Available via the Quirm.net forum.
- October 2, 2008 at 9:02 am
quirm.net: MySQL Backup[...] cron or would prefer store zipped backup files on your server for later download via FTP, see the BackupZip [...]