Download List

Descripción del Proyecto

MySQL Savior is a bash script that, after simple
configuration, will create local backups of your
databases. If configured to do so it can also
email your backups to a remote email address or scp them to a remote server. Or it can do all 3.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-06-27 06:01
1.0.4

Esta versión incluye la compresión del archivo de copia de seguridad resultante. Fija dos mensajes de error sólo se ve cuando se ejecuta desde la línea de comandos que eran puramente cosméticos. Se añade un poco más de documentación en el archivo README.TXT, específicamente sobre cómo configurar las claves SSH para aquellos que quieren / necesitan / utilizar esa funcionalidad.
Tags: Minor bugfixes
This release adds compression of the resulting backup file. It fixes two error messages only seen when run from the command line that were purely cosmetic. It adds a bit more documentation in the README.TXT file, specifically covering how to set up SSH keys for those who want/need/use that functionality.

2008-04-15 09:39
1.0.3

Un error en la secuencia de comandos funcionó a la perfección la primera vez, pero nunca se volvió a presentar fue corregido. Un "si" bucle tuvo su 'fi' en la línea equivocada, por lo que una vez que las copias de seguridad de la tienda existe, la función de zipdb no se llamó. Un error en el comentario que decía 'Fin de Valores de FTP "en lugar de' Fin de la SCP Configuración" fue corregido.
Tags: Minor bugfixes
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.

2008-04-02 13:12
1.0.2

Código de limpieza que se hizo. Un eco que se utilizaron durante el estudio diagnóstico para depurar código inicial se han eliminado.
Tags: Initial freshmeat announcement
Code cleanup was done. Echo statements that were
used to debug during initial code workup were
removed.

Project Resources