Results 11 to 13 of 13
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....
- 04-26-2003 #11Linux Engineer
- Join Date
- Mar 2003
- Location
- U.S.A.
- Posts
- 1,025
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.
Dan
\"Keep your friends close and your enemies even closer\" from The Art of War by Sun Tzu\"
- 04-26-2003 #12Just Joined!
- Join Date
- Apr 2003
- Posts
- 7
The image is here
http://mytton.pro-hosting.co.uk/cron.jpg
I had linked it in the origional post.
- 04-27-2003 #13Linux Guru
- Join Date
- Apr 2003
- Location
- London, UK
- Posts
- 3,284
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


Reply With Quote
