On 7/3/06, Matthew Smith <[EMAIL PROTECTED]> wrote:

Quoth zamri at 2006-07-03 10:54...
> I just want to know how do you guys make backup for your dbmail? I
> personally use mysqldump my whole dbmail database and then add time and
> date
> to the filename. I make full backup once a week and ftp it to my backup
> server. I know this is not good. It should be incremental backup right?
How
> do you guys make incremental/differential backup?

If your backup server is on the same LAN, or you the connection between
machines is not "expensive", you could always consider MySQL
replication.  I'm in the process of setting up dbmail for the first time
and this is how I plan to do it.  (I have a gigabit link between the
main and backup machines).

I am trying, as much as possible, to have my backup machine "hot", so
that it can take over immediately if the main one dies.


that is like 'mirroring' right? errmm..maybe i'll try it someday. right now
can anybody share with me on differential/incremental backup?

Reply via email to