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 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.

2003-05-18 10:35 Back to release list
3.0

이 버전은 옵션 타르 / gzip을 수정하는 기능이 포함되어있습니다. 지금 사용하는 mysqldump - 결과 파일을 엽니다. 스크립트는 이제 웹에서 비밀 번호 보호 기능을 실행할 수있습니다 지금은 리눅스와 윈도우 모두에서 작동합니다. whereis의 출력을 고정했다 파싱과 버그. 오류 검사의 상당량이 추가되었습니다. 보고 방법을 청소했다. 표준 출력을 해제보고 스위치, 그리고 방법을 출력 (화면, 이메일 또는 둘 모두)을 만들었습니다의 선택을위한 방법이 추가되었습니다.
Tags: 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.

Project Resources