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.

2008-09-15 04:20
3.3

코드가 올바르게 원격 디렉토리의 이름과 설정을 변수에 대한 확인 강요에 의해 원격 FTP 파일을 삭제합니다. 코드 '를 제거합니다.' 과 '..' 파일을 원격 FTP 목록에서. 만약 원격 FTP 디렉토리의 모든 파일이 없었 암호를 해독하지 않습니다. 코드 변수 $ number_of_files_to_save을 기반으로 파일을 원격 FTP를 삭제합니다.
Tags: 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 업로드 기능이 추가되었습니다.
Tags: 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 - 결과 파일을 엽니다. 스크립트는 이제 웹에서 비밀 번호 보호 기능을 실행할 수있습니다 지금은 리눅스와 윈도우 모두에서 작동합니다. 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.

2002-06-11 22:16
2.7

작은 bugfix (코멘트 '의 앞에 사용'이 필요합니다 닷넷 : : FTP를 및 MIME : : Lite과 만약 그 라이브러리가 설치되어 있지 않은 경우), 그리고 몇 가지 코드 및 지침은 기술 문명에 대한 진술되었습니다.
Tags: 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를 백업 원격 서버에 파일을 옵션에 추가되었습니다. 저기 작은 기능을 추가 한 bugfix있습니다.
Tags: 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