Re: [Bacula-users] FW: Backup of a mysql dump of the database

2007-06-05 Thread Marc
4 Aan: bacula-users Onderwerp: Re: [Bacula-users] FW: Backup of a mysql dump of the database On 2007.05.23. 11:53, Marc wrote: > Hi, > > I've searched the archives, but I can not find any relevant information. > Therefor my question: is it possible to do a database by database du

Re: [Bacula-users] FW: Backup of a mysql dump of the database

2007-06-05 Thread Rich
On 2007.05.23. 11:53, Marc wrote: > Hi, > > I've searched the archives, but I can not find any relevant information. > Therefor my question: is it possible to do a database by database dump and > backup these dump files? Because of database sizes, it would be very nice if > this can be done datab

Re: [Bacula-users] FW: Backup of a mysql dump of the database

2007-05-23 Thread David Romerstein
On Wed, 23 May 2007, Marc wrote: > I've searched the archives, but I can not find any relevant information. > Therefor my question: is it possible to do a database by database dump and > backup these dump files? Because of database sizes, it would be very nice if > this can be done database by dat

Re: [Bacula-users] FW: Backup of a mysql dump of the database

2007-05-23 Thread Darien Hager
Marc wrote: > I have to maintain a server park with 500+ databases, and databases being > remove and added every day. So defining a job for each database is not an > option. > > Creating a backup of the database files is not what I'm looking for, as I > will be unable to restore Inno databases. Inn

Re: [Bacula-users] FW: Backup of a mysql dump of the database

2007-05-23 Thread Ryan Novosielski
; Van: Jerome Massano [mailto:[EMAIL PROTECTED] >> Verzonden: woensdag 23 mei 2007 11:20 >> Aan: Marc >> CC: bacula-users@lists.sourceforge.net >> Onderwerp: Re: [Bacula-users] FW: Backup of a mysql dump of the database >> >> Hi >> >> You can do a da

Re: [Bacula-users] FW: Backup of a mysql dump of the database

2007-05-23 Thread Chris Hoogendyk
Ludovic Strappazon wrote: > Marc a écrit : >> I have to maintain a server park with 500+ databases, and databases being >> remove and added every day. So defining a job for each database is not an >> option. >> > I can't imagine a way to back them up one by one in a single job. >> Creating a b

Re: [Bacula-users] FW: Backup of a mysql dump of the database

2007-05-23 Thread Martin Simmons
:[EMAIL PROTECTED] > Verzonden: woensdag 23 mei 2007 11:20 > Aan: Marc > CC: bacula-users@lists.sourceforge.net > Onderwerp: Re: [Bacula-users] FW: Backup of a mysql dump of the database > > Hi > > You can do a database by database dump with mysqldump (see man mysqldump). I

Re: [Bacula-users] FW: Backup of a mysql dump of the database

2007-05-23 Thread Ludovic Strappazon
[mailto:[EMAIL PROTECTED] Verzonden: woensdag 23 mei 2007 11:20 Aan: Marc CC: bacula-users@lists.sourceforge.net Onderwerp: Re: [Bacula-users] FW: Backup of a mysql dump of the database Hi You can do a database by database dump with mysqldump (see man mysqldump). I suppose you could do what you

Re: [Bacula-users] FW: Backup of a mysql dump of the database

2007-05-23 Thread Marc
tored in one file, not separate files / directories as MyISAM. Regards, Marc -Oorspronkelijk bericht- Van: Jerome Massano [mailto:[EMAIL PROTECTED] Verzonden: woensdag 23 mei 2007 11:20 Aan: Marc CC: bacula-users@lists.sourceforge.net Onderwerp: Re: [Bacula-users] FW: Backup of a mysql

Re: [Bacula-users] FW: Backup of a mysql dump of the database

2007-05-23 Thread Jerome Massano
Hi You can do a database by database dump with mysqldump (see man mysqldump). I suppose you could do what you want by setting multiple jobs: First job has : Client Run Before Job = mysqldump database1 > file-1 Fileset = file-1-fs Client Run After Job = rm file-1 Second job has : Client Run Befor

Re: [Bacula-users] FW: Backup of a mysql dump of the database

2007-05-23 Thread Ludovic Strappazon
Hi Marc, You just have to run a job for each database with a runbeforejob and runafterjob as done by the BackupCatalog job. Regards, Ludovic Strappazon. Marc a écrit : > Hi, > > I've searched the archives, but I can not find any relevant information. > Therefor my question: is it possible to