2009-12-25 00:38:54 +01:00
|
|
|
A script to take daily, weekly and monthly backups of your MySQL
|
|
|
|
databases using mysqldump.
|
|
|
|
|
|
|
|
Features:
|
2010-07-30 16:14:55 +02:00
|
|
|
- Backup multiple databases
|
|
|
|
- Single backup file or to a separate file for each DB
|
2009-12-25 00:38:54 +01:00
|
|
|
- Compress backup files
|
|
|
|
- Backup remote servers
|
|
|
|
- E-mail logs
|
|
|
|
|
2017-01-20 21:33:30 +01:00
|
|
|
WWW: https://sourceforge.net/projects/autobackupmysql/
|