Backupzip description |
|
|
Backupzip script creates a .gz zipped backup of a MySQL database. This script creates a .gz zipped backup of a MySQL database.
You can either backup all tables within the database or chose to just backup specific tables.
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.
The new version addresses a couple of bugs when using with PHP5 and MySQL 5 plus an issue where the $tables array wasn't being used properly.
|
|