Mysql Backup with Mercurial
is it possible to take ? I researched at Google, I found few articles, but in German and other langs, so didnt understand well. It would be great if we could get mysql back-up from server to localhost with Mercurial [at localhost]. maybe with Remote Mysql Connection, etc. do you know any way of doing this? is it possible? Thanks!! Regards... Presuming you want to store a periodic backup in a version control repository there are three steps: Setup the mercurial repository where you want to store the database snapshots. mkdir db-backup hg init db-backup Get the database in a file format. The