[Bacula-users] ClientRunBeforeJob

2005-09-07 Thread Dmitry S. Vlasov
Hello! I Still have obscure problem with subject So, I create Job: Job { ClientRunBeforeJob = "/etc/backup_mysql.sh" ClientRunAfterJob = "rm -r /tmp/mysql" ... } and write little sh script /etc/backup_mysql.sh on the remote host: #! /bin/sh /usr/local/etc/rc.d/mysql-server.sh stop >/dev/null

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

[Bacula-users] right solution for backup MySQL databases

2005-09-02 Thread Dmitry S. Vlasov
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 :) ---

[Bacula-users] include conf_file/conf_dir in bacula-dir.conf

2005-08-31 Thread Dmitry S. Vlasov
Hello! I have about 20 clients ( about 20 Jobs, about 20 FileSets, about 20 Clients in bacula-dir.conf) Is there any directive in bacula-dir.conf file which can include files from any folder? ( in the apache httpd server: Include) example: in bacula-dir.conf: Include /usr/local/etc/bacula-cli

Re: [Fwd: [Bacula-users] restore files]

2005-08-23 Thread Dmitry S. Vlasov
thanks a lot :) Kern Sibbald wrote: On Tuesday 23 August 2005 20:08, Arno Lehmann wrote: Hi, Dmitry S. Vlasov wrote: Hm I decide to wait and got this after ~38 minutes: JobId: 47 Job:RestoreFiles.2005-08-23_18.24.28 Client

[Fwd: [Bacula-users] restore files]

2005-08-23 Thread Dmitry S. Vlasov
Hm I decide to wait and got this after ~38 minutes: JobId: 47 Job:RestoreFiles.2005-08-23_18.24.28 Client: main-fd Start time: 23-Aug-2005 18:24:30 End time: 23-Aug-2005 19:02:18 Files Expected: 1 Files

[Bacula-users] restore files

2005-08-23 Thread Dmitry S. Vlasov
Hello! I've a problem while try to restore files. I've create a fake job (like it describe on manual): Job { Name = "RestoreFiles" Type = Restore Client = main-fd FileSet="FullSet" Storage = File Pool = Default Messages = Standard Where = /tmp/restore } and then try restore some backuped