Re: [Burp-users] retention plan for database backups
Brought to you by:
grke
|
From: Pablo D. E. D. <pab...@gm...> - 2017-03-08 16:27:42
|
If there is something that I can add to my ansible role that will help on it, I'm will be pleased to help. https://github.com/grke/burp/wiki/Automated-deploy-and-maintenance Could add some option to create the second app_specific client config: https://github.com/CoffeeITWorks/ansible_burp2_client Could manage more profiles: https://github.com/CoffeeITWorks/ansible_burp2_server The lnxsrv profile already has some standard configs: https://github.com/CoffeeITWorks/ansible_burp2_server/blob/master/templates/profiles/lnxsrv.j2 it could add more exclusions: https://github.com/CoffeeITWorks/ansible_burp2_server/tree/master/files/incexc https://github.com/CoffeeITWorks/ansible_burp2_server/blob/master/files/incexc/lnxsrv_global_exclusions Probably could add more profiles or some option to deploy your owns. El mié., 8 mar. 2017 a las 12:38, Christian Vieser (<chr...@gm...>) escribió: > > Another tricky way but much more safest is to use 2 clients configs with > 2 different names. > > Yes, I think we will go this way. Each server will have a "standard" > profile for backing up files like /etc/* and additional application > specific profiles. In this case a "mysql-full" and a "mysql-binlog" profile > with different retention policies. And perhaps we will give our database > admins some wrapper scripts for listing/restoring data which hide these > details (give them an unique cli interface and some additional > functionality, like restoring the last full and all subsequent binlog > backups). > > Thanks for your comments and ideas, > Christian > > ------------------------------------------------------------------------------ > Announcing the Oxford Dictionaries API! The API offers world-renowned > dictionary content that is easy and intuitive to access. Sign up for an > account today to start using our lexical data to power your apps and > projects. Get started today and enter our developer competition. > http://sdm.link/oxford_______________________________________________ > Burp-users mailing list > Bur...@li... > https://lists.sourceforge.net/lists/listinfo/burp-users > -- Pablo. |