Re: [Bacula-users] right solution for backup MySQL databases

2005-09-02 Thread Phil Stracchino
Dmitry S. Vlasov wrote: > Hello! > Can anyone tell me right solution for backup MySQL databases (MyISAM and > InnoDB) without slave server ( i mean without any replication) and > without stopping service? > How I feel, backup binary files on-the-fly is realy bad idea :) Look up the manual pages fo

Re: [Bacula-users] right solution for backup MySQL databases

2005-09-02 Thread Dmitry S. Vlasov
Arno Lehmann wrote: Hello, Dmitry S. Vlasov wrote: Hello! Can anyone tell me right solution for backup MySQL databases (MyISAM and InnoDB) without slave server ( i mean without any replication) and without stopping service? How I feel, backup binary files on-the-fly is realy bad idea :)

Re: [Bacula-users] right solution for backup MySQL databases

2005-09-02 Thread Arno Lehmann
Hello, Dmitry S. Vlasov wrote: Hello! Can anyone tell me right solution for backup MySQL databases (MyISAM and InnoDB) without slave server ( i mean without any replication) and without stopping service? How I feel, backup binary files on-the-fly is realy bad idea :) There are different opt

Re: [Bacula-users] right solution for backup MySQL databases

2005-09-02 Thread Rowdy
Dmitry S. Vlasov wrote: Hello! Can anyone tell me right solution for backup MySQL databases (MyISAM and InnoDB) without slave server ( i mean without any replication) and without stopping service? How I feel, backup binary files on-the-fly is realy bad idea :) mysqldump? Indeed, Bacula will us