Hi everyone

I'm currently trying to configure bacula (I'm a newbie). But I've some little 
problems.

I've made the definitions for 4 tapepools. In bacula-dir.conf, I've 2 jobs:

Job {
  Name = "Intranetserver"
  Type = Backup
  Level = Full
  Client = localhost-fd
  FileSet = "Full Set"
  Schedule = "WeeklyCycle"
  Storage = Tapelaufwerk
  Messages = Standard
  Pool = Default
  Priority = 10
  Write Bootstrap = "/var/lib/bacula/intranetserver.bsr"
}

Job {
  Name = "Syslogserver"
  Type = Backup
  Level = Full
  Client = syslogserver-fd
  FileSet = "Full Set"
  Schedule = "WeeklyCycle"
  Storage = Tapelaufwerk
  Messages = Standard
  Pool = Default
  Priority = 10
  Write Bootstrap = "/var/lib/bacula/syslogserver.bsr"
}

How can I backup (nightly backup) both of this servers on the same tape and use 
my 4 tapepools? The 4 pools are for daily, weekly, monthly and yearly backup. 
But in the definition of the jobs, I can use "Pool ="  only once, right? How 
can I make this?

And another stupid newbie-question: What is "catalog database" and do I have to 
backup ist for every FD?

Thanks.

Thomas



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to