Versuche einen Cronjob einzurichten:
0 12 * * * /usr/bin/mysqldump --all-databases > /backups/mysql/`date "+%Y-%m-%d"`.sql
Fehler erhalten:
crontab: installing new crontab
"/tmp/crontab.fuly8s":2: bad day-of-month
errors in crontab file, can't install.
Do you want to retry the same edit?
Ich bin nicht sicher, wo der Fehler ist, irgendwelche Vorschläge?
crontab -e
auf dem aktuellen Debian Wheezy.