The backup system is good, but an awesome feature would be the ability to specify an ftp / dropbox / amazon cloud or other remote location to upload database backups.
Example:
Backup destination ftp.myremoteserver.com
user
pass
port
passive
and boom it uploads those backups to a cloud service.
Alternatively even a bash script (perhaps I should research this) to itterate though /var/www/virtual/../backup and then upload all files that have term SQL in it to the ftp of my choice.
Hmmm challenge accepted...