Automate mysqldump?

Hello! Does anyone have a script that uses mysqldump to backup all their databases and auto run it each morning?

Write the mysqldump commands you need
Put them all into a text file, one line each
chmod +x this file
create a crontab to run that file once a day (0 0 * * * /path/to/script)

If you know how to use mysqldump then you already have your script

vot iss ziss “corntab” uff vich you schpeak?

vy you are not usink a vindows scheduled task?

:smiley: