Hello guy!
All by backup system is great here. But it miss one thing... How could I erase my oldest databases with my script? Which system do you use?
For the moment, I can delete database easily with (example) :
/usr/bin/dropdb -U "odoo" odoo_quotidien_01-12-2014_17:00:01 2>>/home/flooder/Programmes/log/clean-databases-pt.log
All my databases names are in the form (with the date in):
odoo_quotidien_01-12-2014_17:00:01
odoo_quotidien_02-12-2014_17:00:01
...
Thanks for youtr tips!