How to completely backup all mysql databases?

Is there a free backup solution for Linux that understands (either directly or with plugins) how to back up MySQL and MongoDB databases and uses Amazon S3 as destination?

  • Ideally this solution would also (in descending order of importance): Take in Amazon S3 credentials/API keys in a config file. Be open source. Have the option of taking incremental or full backups. Support the use of PGP - either natively or through a plugin - public keys to encrypt the backups before transmitting them offsite. Understand how to backup a private git repository (i.e., one hosted in a directory on a server, not on a site like GitHub). Be able to back up remote directories on ssh accessible servers.

  • Answer:

    I'm not aware of any solutions directly, but would this be really hard to implement using a bunch of shell/python scripts + Cron-Jobs?

Anhad Jai Singh at Quora Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.