sixhop / AutoMySQLBackup

A fork and further development of AutoMySQLBackup from sourceforge. http://sourceforge.net/projects/automysqlbackup/
GNU General Public License v2.0
340 stars 103 forks source link

Switches from md5sum to openssl md5 #8

Open grigutis opened 6 years ago

grigutis commented 6 years ago

This should fix #7.

BigAndini commented 6 years ago

I'd like to look into it, because on linux openssl is not installed per default. Therefore a switch to use md5sum if exists and if not fall back to openssl is a great idea, thanks.

grigutis commented 6 years ago

You're welcome. openssl is already being used here, so I thought it would be safe to make the assumption that it would be already installed.