PeteSalty wrote: > I suspect this is not exactly a Ruby/Rails topic but I also suspect > that lots of people here have already solved this issue. We have a > simple app running on a SliceHost slice and we'd like to backup the > database both hourly and daily to an AWS S3 account. > I've looked around but surprisingly can't seem to find anything that > offers a complete solution for doing this. I was hoping to find a ruby > solution but so far nothing. I suspect that it's not a super hard > thing to do but it's not really my specialty so I was hoping someone > here might simply point me in the right direction - perhaps a blog > post or something similar. > > Dale
You could setup a cron job to do it as you mentioned [mysqldump]. You could try a mysql table syncer http://code.google.com/p/ruby-roger-useful-functions/wiki/TableSyncer Cheers. -=r -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

