0.0
No commit activity in last 3 years
No release in over 3 years
Backup and Compress Files and Database (mysql only) and send to user as a file (Rails Engine)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme
Database Backup Plugin
======================

Engine style plugin which allow a user (usually admin) to manually backup the database and files themselves. 

It uses the connection details in database.yml.

Create a routes like so:

map.admin_backup_database '/admin/backup/database', :controller => 'admin/backups', :action => 'database'
map.admin_backup_files '/admin/backup/files', :controller => 'admin/backups', :action => 'files'
map.admin_backup '/admin/backup', :controller => 'admin/backups'

The Admin::BackupsController inherits from Admin::AdminController, this may not fit with your app.

However if you install this as a plugin this is easily changed.

Copyright (c) 2010 Kris Leech, released under the MIT license