bmoscon / backup_manager

A backup management system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backup Manager

License

A simple, but full featured manager of backups. Syncs data stores, performs integrity checks, repairs and/or reports inconsistencies, all according to your schedule.

This project is the spiritual successor to another project of mine, BackupDaemon. That project is not longer maintained, and this one has taken its place.

I've been working on this and using it on my own machines for the past 18 months and have gotten it to the point where I'd like to release it. Parts are derived from the old project, BackupDaemon, and other parts are new. I'm cleaning up the code and releasing it as time permits.

####Requires the following libraries:

  • libmysqlcppconn-dev
  • mysql-client
  • libmysql++-dev

About

A backup management system

License:Other


Languages

Language:C++ 98.1%Language:Makefile 1.9%