Hi everyone, backing up all data by phpmyadmin every day is kind of time consuming.
I would like to have it automated:
1. script call by cronjob
2. dumps mysql data -> saves the entire database in a file (optional with gzip)
3. stores the file on server (ftp) with date, e.g. "2012-08-16-backup.zip"
Who can recommend a script for that?