------------
* Colored stdout
* The argument -s/--stdout has been swapped by -q/--quiet which specifies the opposite, this means that m2bk will print on stdout by default
* Introducing drivers: backups are transferred via drivers in order for m2bk to have more flexibility
* s3 module reimplemented as a driver
* dummy driver introduced
* log module does not use syslog anymore, instead it handles its own log file (no /dev/log required anymore).
Log file can be specified via the parameter -l | --log-file
* [s3 driver] Option aws_id renamed to aws_access_key_id
* [s3 driver] Option aws_access_key renamed to aws_secret_access_key