Add cron dump support for databases other than MySQL.
Created by: qris
Use tasks.py's own dump_db command to dump the database, instead of using mysqldump directly.
Always overwrite the /etc/cron.daily script with a new one, in case the contents have changed (e.g. switch to using dump_db).