https://github.com/bmoscon/backup_manager
A backup management system
https://github.com/bmoscon/backup_manager
Last synced: 9 months ago
JSON representation
A backup management system
- Host: GitHub
- URL: https://github.com/bmoscon/backup_manager
- Owner: bmoscon
- License: other
- Created: 2014-03-25T19:01:21.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-01-08T23:44:43.000Z (almost 9 years ago)
- Last Synced: 2025-02-09T01:44:14.485Z (11 months ago)
- Language: C++
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/bmoscon/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