Bacula-users

[Bacula-users] Some help with this configuration

2008-06-07 00:45:06
Subject: [Bacula-users] Some help with this configuration
From: "Reynier Perez Mira" <rperezm AT uci DOT cu>
To: <bacula-users AT lists.sourceforge DOT net>
Date: Sat, 7 Jun 2008 00:44:22 -0400
Hi every,
I'm trying to configure Bacula and need some criteria from people in the list. 
I need to Backup the same clients 3 times: in a primary server, in a tape 
device (attached to the primary server) and in a secondary server. My way:

bacula-dir-jobdefs.conf
------------------------
JobDefs {
  Name = "SalvaIP1JDPrimary"
  Type = Backup
  Level = Incremental
  Client = SalvaIP1FD
  FileSet = "SalvaIP1FS"
  Schedule = "IPBackupCycle"
  Storage = IPBackupStorage
  Messages = Standard
  Pool = IPBackupPool
  Priority = 10
 }
 JobDefs {
  Name = "SalvaIP1JDSecondary"
  Type = Backup
  Level = Incremental
  Client = SalvaIP1FD
  FileSet = "SalvaIP1FS"
  Schedule = "IPBackupCycle"
  Storage = UCIBackupStorage
  Messages = Standard
  Pool = UCIBackupPool
  Priority = 10
 }

bacula-dir-jobs.conf
------------------------
Job {
  Name = "SalvaIP1FDPrimaryJob"
  Enabled = yes
  JobDefs = "SalvaIP1JDPrimary"
  Write Bootstrap = "/var/bacula/working//SalvaIP1.bsr"
}
Job {
  Name = "SalvaIP1FDSecondaryJob"
  Enabled = yes
  JobDefs = "SalvaIP1JDSecondary"
  Write Bootstrap = "/var/bacula/working//SalvaIP1.bsr"
}

As you can see only I change the Storages from IPBackupStorage to 
UCIBackupStorage and also the Pools from IPBackupPool to UCIBackupPool. Wich 
are the better way to accomplish this?

Cheers and thanks in advance
Ing. Reynier Pérez Mira
Grupo de Soporte al Desarrollo - Dirección Técnica IP



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>