10
AUG
Rails MySQL Backup Plugin
Posted by Adam Posted in Rails Plugins 0 comments
A simple backup plugin for backing up mysql databases and compressing them on linux systems.
It uses mysqldump and tar to create and compress the backups. Details of the backup are then saved into a ‘database_backups’ table which contains the filename, path and file size as well as the date created.
SVN: http://svn.plasticrain.com/stuff/rails/plugins/mysql_backup
Install:
./script/plugin install / http://svn.plasticrain.com/stuff/rails/plugins/mysql_backup
As usual, if you have any comments or suggestions please let me know
Comments
Add a Comment
No comments yet... :(