MySQL Savior 1.0.3 (Default branch) |
|
|
MySQL Savior is a bash script that, after
configuration, will create local backups of your
databases. If configured to do so, it can also
email your backups or scp them to a remove server.
License: GNU General Public License (GPL)
Changes:
A bug where the script worked perfectly the first time but never ran again was fixed. An 'if' loop had its 'fi' on wrong line, so once the backups store existed, the zipdb function would not be called out. A typo in the comments that stated 'End of FTP Settings' instead of 'End of SCP Settings' was fixed.
|