Problem
At the moment implementation is so dirty:
- Many repositories
- General public repo with post provision hook, git and cron;
- Private repo with postprovisioning environment for configure git, cron, additional scripts;
- Private repo with backups.
- Rough logic. Full backups every 3/15 minutes is not good.
- Many unnecessary data in backup.
To Do
- To formulate main points of changing;
- To formulate new structure;
- Rethink backup idea.