I got you now. I didn't see the tag. Try telling the reader to click here or change the color of the word(s) in your url description.
Printable View
I got you now. I didn't see the tag. Try telling the reader to click here or change the color of the word(s) in your url description.
The image is here
http://mytton.pro-hosting.co.uk/cron.jpg
I had linked it in the origional post. :D
ok, create yourself a script like this:
Save that script somewhere on the system, and make it executable. Then setup the cron job via your system control panel. - what you need to really change here is the "command" box, put the full path&filename of the script above.Code:/usr/local/mysql/bin/mysqldump -u USERNAME --password=DB_PASSWORD DATABASENAME > /a/path/to/your/home/directory/databasebackup.sql
/usr/bin/mutt -s "Database backup" < /a/path/to/your/home/directory/databasebackup.sql
That should then be job done.
Jason