Download List

项目描述

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 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-09-15 04:20
3.3

代码正确删除迫使远程目录的名称和设置的变量检查远程FTP文件。代码以删除'。和'..'从远程FTP文件列表。代码不打破,如果远程FTP目录中没有的任何文件。代码以删除远程FTP上的文件变量$ number_of_files_to_save基础。
标签: Stable, Minor bugfixes
Code to correctly delete remote FTP files by forcing a check on the remote directory name and setup variable. Code to remove '.' and '..' from the remote FTP list of files. Code to not break if the remote FTP directory didn't have any files in it. Code to delete remote FTP files based on the variable $number_of_files_to_save.

2003-12-24 04:36
3.1

此版本修正了在mysqldump参数错误。代码也被加入到FTP上载功能。
标签: Stable, Minor bugfixes
This release fixes a bug in the mysqldump
parameters. Code was also added to the FTP upload
feature.

2003-05-18 10:35
3.0

此版本包含选项来改进焦油/ gzip压缩功能。现在使用mysqldump -结果文件。该脚本现在可以从网页上运行,使用密码保护,现在在Linux和Windows操作系统。甲解析与whereis产量是固定的错误。错误检查大量增加了。该报告的方法清理。阿以禁用报告切换到标准输出是补充说,这个方法对选取的输出(屏幕,电子邮件或两者)已建立的方法。
标签: Stable, Major feature enhancements
This version includes options to refine the tar/gzip
functions. mysqldump now uses --result-file. The script
can now be run from the Web, with password
protection, and now works on both Linux and Windows.
A bug with parsing of whereis output was fixed. A
significant amount of error checking was added. The
reporting method was cleaned up. A switch to disable
reporting to stdout was added, and a method for
selecting method of output (screen, email or both) was
created.

2002-06-11 22:16
2.7

一个小缺陷修复(意见的规定,在'前使用'报表网::FTP和的MIME::Lite的,如果这些库没有安装),和一些代码和说明已重写。
标签: Stable, Minor bugfixes
A small bugfix (comments are required in front of 'use' statements for Net::FTP and MIME::Lite if those libraries aren't installed), and some code and instructions have been reworked.

2002-06-10 23:08
2.6

一个到FTP备份到远程服务器文件选项已被添加。还有其他小的特点,一个修正错误的。
标签: Stable, Major feature enhancements
An option to FTP backup a file to a remote server has been added. There are additional small features and one bugfix.

Project Resources