ginzzer wrote:
I check that, no /var/bacula directory. But I also check
make_catalog_backup, seems that it will produced a sql naming with the
database instead of bacula.sql, I change the corresponding option in the
configuration file and it seems work fine now. So am I doing it right?

on 2/7/2009 5:20:03, Kevin Keane <subscript...@kkeane.com> wrote:
Re: [Bacula-users] backup catalog fail?



Hi every:
I have a question here. I need to backup Bacula DB (PostgreSQL) too. My Job for do that is as follow:

Job {
  Name = "BackupCatalog"
  JobDefs = "DefaultJob"
  Level = Full
  FileSet="Catalog"
  Schedule = "WeeklyCycleAfterBackup"
RunBeforeJob = "/etc/bacula/make_catalog_backup bacula_db bacula_user bacula_pass 10.128.50.3"
  RunAfterJob  = "/etc/bacula/delete_catalog_backup"
  Write Bootstrap = "/var/bacula/working/BackupCatalog.bsr"
  Priority = 11                   # run after main backup
}

This create a file called bacula.sql in /var/bacula/working. Now I want to backup this file to my Storage (File). How I do that? I mean wich is the correct configuration? I need to create another Job?

Cheers and thanks in advance
--
Ing. Reynier PĂ©rez Mira
begin:vcard
fn;quoted-printable:Reynier P=C3=A9rez Mira
n;quoted-printable:P=C3=A9rez Mira;Reynier
email;internet:rper...@uci.cu
tel;work:053-7-8358824
tel;pager:23744
tel;home:053-23-426126
x-mozilla-html:FALSE
version:2.1
end:vcard

------------------------------------------------------------------------------
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to