Re: Creating backups

2003-10-29 Thread Travis Reeder
Here's a little how to on using cron and scp to do automated backups of your data: http://www.spaceprogram.com/knowledge/cron_scp.html Only thing you need to add is the a mysqldump line to your cron script before calling the scp. Travis A. Clausen wrote: avenger wrote: but if my table is so

Re: Creating backups

2003-10-29 Thread A. Clausen
avenger wrote: but if my table is sooo big.. eg if large than 1 G. so use the mysqldump is more and more slowly speed. I don't have one gig tables, but I do have a few that come in at a few hundred meg. I actually dump them to another machine on my network (100mbit NIC cards) and it usually

Re: Creating backups

2003-10-29 Thread avenger
but if my table is sooo big.. eg if large than 1 G. so use the mysqldump is more and more slowly speed. "Hans van Dalen" <[EMAIL PROTECTED]> ??:[EMAIL PROTECTED] > Read the manual at the section: > > Disaster Prevention and Recovery > > > Database Backups >

Re: Creating backups

2003-10-29 Thread Hans van Dalen
Read the manual at the section: Disaster Prevention and Recovery Database Backups with mysqldump you can dump a whole database. hans At 09:03 29-10-03 -0500, you wrote: Hi there, Does anyone have some tips or advice for creating backups of all the tables and da

Re: Creating backups

2003-10-29 Thread jeffrey_n_Dyke
mysqldump...lots and lots of options http://www.mysql.com/doc/en/mysqldump.html hth Jeff "Erich C.