It's possible or not to have a feature that search in a default location to get the config and pre/post scripts?
Like that, we can just edit the config in /etc/mysql-backup/config.yml
, for example, and run mysql-backup dump
without arguments.
For me, this would be a great feature, as I'm currently creating an Exherbo package of your tool, which I'll then use in an Ansible role to automatically generate and deploy configurations to database VMs.
This way, with another Ansible role, I could run a backup of all the VMs by simply running "mysql-backup dump --target=s3" and upload them to the S3 target.