mysql-backup-scripts
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Ruby scripts to back up every single mysql database on your system to .sql files, and to restore from them
# Introduction

A Rakefile to backup your MYSQL datbases. Probably requires Ruby 1.9+

# Usage

Place plain text files in lists/ . Each list should contain a list of database names, one per line. Feel free to generate this as you see fit.

Then:

    rake backup:list:[listname]

will backup all those databases to `backups/[listname]/[databasename]`;

    rake restore:list:[listname]

will restore all the databases in `backups/[listname]`;

    rake backup:list:[listname]

will drop all the databases in that list.

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。