I do think this is somthing all Threads 7 users should know.
Cron + Backup Database.
Hi ive been rummaging around the tinternet,
and looking for a solution to backup mysql database
and also make it into a cron job for nightly back ups.
Why?Well coming from classic we didnt have to worry about databases and looking after them, so if there was documentation covering this with Thread 6 then i dont have that documentation.So now i'm on V7 Threads, and its all new, i'm now getting worried about backups and making sure i have steps in place
if somthing was to go wrong or DIE.
Currently i'm manually downloading them via my server control panel not phpadmin but via Direct Admin.(cp)
But there only about 30mb .tar.gz
But that is sure to grow and grow and then my problems will start.
So i'm asking for help with this as i have read on numerous occasions that once your database gets to xx size or time out
your asking for problems, and i would like to at the least
begin to address this before its too late.
MySQL Export: mysqldump -uusername -ppassword dbname > dbname.sql
MySQL Import: mysql -h localhost -uusername -ppassword dbname < dbname.sql
I want be able to make a cron job (Script) to automate this in the night.
Links or any Help and advice would be appreciated.

Rather than tears later.
Thanks.