Backup script for a remote Mysql/MariaDB server. Stores each database in a separate directory with a single md5 file for verification.
mysqlBackup -d /var/backup/mydb -h 192.168.0.1 -u admin -p mypassword
- Successfull backup
- Missing parameter
- Directory does not exist or is not writable.
- mysqldump is missing or can not be found in path.
- backup directory could not be created