Another option is to create a daily cronjob that backs up your database on Herkou. As for your code, the popular way to do this at the moment is to push your local Git repo to a site such as GitHub or CodaBaseApp. This ensures that your entire repo is backed up to a remote source.
Jared On Apr 15, 4:26 am, johnb <[email protected]> wrote: > I usewww.backupmyapp.com- pretty neat service, files + database. > > On Apr 15, 5:52 am, Trevor Turk <[email protected]> wrote: > > > > > I'm not too thrilled with the current backup options Heroku is > > offering, but I had to do something. So, I wrote up an article that > > shows how I'm enabling automatic nightly PostgreSQL database backups > > from Heroku to Amazon S3. > > >http://almosteffortless.com/2010/04/14/automated-heroku-backups/ > > > Feedback is more than welcome. Thanks! -- You received this message because you are subscribed to the Google Groups "Heroku" 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/heroku?hl=en.
