Search code examples
rubybackup

Is there any Ruby project for backup?


I have some rails projects and mysql database in the server, i need to backup them every 1-2 days. I would like to do backup with Ruby, who can give me some advice? thanks!


Solution

  • A couple of links below which can help you taking your Rails application backup

    http://johntopley.com/2009/09/14/back-up-your-rails-application-to-the-cloud

    http://storecrowd.com/blog/rails-backups/

    http://backupmyapp.com/ (If you are willing to pay)