When we moved our MySQL database to a separate server, we were required to enable communication over SSL and I noticed that the JSS Database Util doesn't have the ability to backup the database anymore...
I wrote a custom script that runs from our master server using mysqldump, but that appears to require stopping all changes to the MySQL server during the backup... and the backup takes a while (I run a mysql check too)
What are others using for automated backups?
How are you backing up databases that are over ssl?
(SSL = TLS in this case, so used to just calling it SSL)