Download List

Descripción del Proyecto

MySQL Backup is a Perl script that uses mysqlshow
to grab the database names and "show tables" to
grab the table names for a user's account, and
then uses mysqldump to save the data in a
subdirectory named in the script. It then tars and
gzips the files, using the date and time for the
file name. It can be run from cron on a daily
basis. It removes old files and has an option to
email the gzip file to an admin, and/or FTP the
file to a remote server. It also has options to
use "select data into outfile" or a regular
"select" for users who can't use mysqldump. It
supports LARGE sets of databases and tables.

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.

2002-03-02 05:15
2.5

Apoyo a grandes conjuntos de bases de datos y tablas (utilidades Linux tales como alquitrán, ls y el descanso cuando la lista de argumentos se hace demasiado largo, el guión coloca todos los archivos de texto en un subdirectorio del directorio y alquitranes), una actualización de seguridad de modo que si ejecutar utilizar un archivo. my.cnf (que debe), entonces mysqlshow y mysqldump sin el usuario - y - password parámetros (que impide que el usuario y la contraseña de aparecer en la lista de procesos).
Tags: Stable, Major feature enhancements
Support for large sets of databases and tables (Linux utilities such as tar, ls and nice break when the argument list gets too long; the script places all the text files in a subdirectory and tars the directory), a security upgrade so that if you use a .my.cnf file (which you should) then mysqlshow and mysqldump run without the --user and --password parameters (which prevents the user and password from showing up in the process list).

2001-06-21 01:07
2.4

'w_user' y 'w_password' en la sección de configuración se han vuelto a cambiar a 'usuario' y 'password' para hacer las cosas más coherente con los archivos CNF., y para corregir un error cuando se creó este fue cambiado en v2.2. $ user y $ password ahora se utilizan en todas partes.
Tags: Stable, Minor bugfixes
'w_user' and 'w_password' in the setup section
have been changed back to 'user' and 'password' to
make things more consistent with the .cnf files,
and to fix a bug created when this was changed in
v2.2. $user and $password are now used everywhere.

2001-06-05 23:24
2.3

El directorio de inicio en el cnf_file $ vars, $ ENV ( 'MYSQL_UNIX_PORT'), y mysql_backup_dir $ todas las rutas de uso absoluto en vez de ~ /, que no funcionen correctamente.
Tags: Stable, Minor bugfixes
The home directory in the vars $cnf_file,
$ENV{'MYSQL_UNIX_PORT'}, and $mysql_backup_dir all
use absolute paths instead of ~/, which didn't
work properly.

2001-05-26 10:44
2.2

Una solución para un error (cambio de 'usuario' y 'contraseña' en la sección de configuración para 'w_user' y 'w_password' para ser coherente con la rutina connect_to_db).
Tags: Stable, Minor bugfixes
A fix for a typo (changing 'user' and 'password' in the setup section to 'w_user' and 'w_password' to be consistent with the connect_to_db routine).

2001-05-25 09:51
2.1

Tags: Stable, Initial freshmeat announcement

Project Resources