View Single Post
  #9 (permalink)  
Old 09-26-2007, 06:37 AM
priyan priyan is offline
D-Web Sr.Programmer
 
Join Date: Mar 2007
Posts: 133
priyan is on a distinguished road
Default Re: mysql database dump tips and tricks

Hi techies,

I am using mysqldump utility for taking mysql backup, have written a shell script and scheduled that script to run around 12:00 am for backup process.

It's taking backup and keep the backup (*.sql) file in the same server path itself. I want to store the backed contents in some other (remote) server location so that i can able to restore it if the running mysql server crashed completely.

Can u please help me out ?
__________________
Keep smiling...
Reply With Quote