[Bacula-users] Newbie question about full/inc on differents jobs/pools

2007-06-15 Thread [EMAIL PROTECTED]
Hi to all:

I'm trying to fit in this scenario:

One pool per day with one LTO-2 tape per day

From monday to Thuesday Incremental backup of 4 servers
Weekend ( Sunday ) Full Backup of each one

Every backup will be retained for 6 days and then reuse the daily trape
corresponding to each day.

I've followed
http://www.bacula.org/rel-manual/Backup_Strategies.html#SECTION00303
 as guide example, but when I try to start bacula-dir, refuses with the error 
message: 


Starting Bacula Director services: 15-jun 19:48 bacula-dir:  Fatal
error: pool directive in Job nclserver01-diario resource is
required, but not found.
15-jun 19:48 bacula-dir:  Fatal error: pool directive in Job
nclserver02-diario resource is required, but not found.
15-jun 19:48 bacula-dir:  Fatal error: pool directive in Job
nclserver03-diario resource is required, but not found.
15-jun 19:48 bacula-dir:  Fatal error: pool directive in Job
nclserver04-diario resource is required, but not found.
15-jun 19:48 bacula-dir ERROR TERMINATION
Please correct configuration file: /etc/bacula/bacula-dir.conf
   [FALLĂ“]

I'm not able to see where is my error, any help will be appreciated, If
I'm not able to solve it, i will return to my previous config ( full
each day ) but I prefer to run with the new config to test how is going.



My bacula-dir.conf:


#
# Default Bacula Director Configuration file
#
#  The only thing that MUST be changed is to add one or more
#   file or directory names in the Include directive of the
#   FileSet resource.
#
#  For Bacula release 2.0.3 (06 March 2007) -- redhat 
#
#  You might also want to change the default email address
#   from root to your address.  See the mail and operator
#   directives in the Messages resource.
#
 
Director {# define myself
  Name = nclserver01-dir
  DIRport = 9101# where we listen for UA
connections
  QueryFile = /etc/bacula/query.sql
  WorkingDirectory = /var/bacula
  PidDirectory = /var/run
  Maximum Concurrent Jobs = 1
  Password = (xxx) # Console password
  Messages = Daemon
}
 
Job {
  Name = nclserver01-diario
  FileSet = Full Set nclserver01
  Client = nclserver01-fd
  Schedule = diario
  Type = Backup
  Messages = Standard
  Storage = HPLTO-2 
  Priority = 10
  Write Bootstrap = /var/bacula/nclserver01-diario.bsr
}
 
Job {
  Name = nclserver02-diario
  FileSet = Full Set nclserver02
  Client = nclserver02-fd
  Schedule = diario
  Type = Backup
  Messages = Standard
  Storage = HPLTO-2 
  Priority = 10
  Write Bootstrap = /var/bacula/nclserver02-diario.bsr
}
 
Job {
  Name = nclserver03-diario
  FileSet = Full Set nclserver03
  Client = nclserver03-fd
  Schedule = diario
  Type = Backup
  Messages = Standard
  Storage = HPLTO-2 
  Priority = 10
  Write Bootstrap = /var/bacula/nclserver03-diario.bsr
}
 
Job {
  Name = nclserver04-diario
  FileSet = Full Set nclserver04
  Client = nclserver04-fd
  Schedule = diario
  Type = Backup
  Messages = Standard
  Storage = HPLTO-2 
  Priority = 10
  Write Bootstrap = /var/bacula/nclserver04-diario.bsr
}
 
# List of files to be backed up
FileSet {
  Name = Full Set nclserver02
  Include {
File = /boot
File = /
File = /opt/nucliexperts/comu
File = /opt/nucliexperts/homes
Options {
  signature = MD5
}
 }
  Exclude {
File = /proc
File = /tmp
File = /.journal
File = /.fsck
File = /media
File = /mnt
File = /sys
File = /opt/maquines_virtuals
File = /opt/maquines_virtuals_II
File = /opt/maquines_virtuals_III
File = /opt/backups_bacula
File = /usr/lib/oracle/xe
  }
}
 
FileSet {
  Name = Full Set nclserver03
  Include {
File = /boot
File = /
File = /home
File = /usr
File = /var
File = /u01
 
Options {
  signature = MD5
}
 }
  Exclude {
File = /proc
File = /tmp
File = /.journal
File = /.fsck
File = /media
File = /mnt
File = 

Re: [Bacula-users] Newbie question about full/inc on differents jobs/pools

2007-06-15 Thread Martin Simmons
 On Fri, 15 Jun 2007 19:58:32 +0200, ballester [EMAIL PROTECTED] com said:
 
 Hi to all:
 
 I'm trying to fit in this scenario:
 
 One pool per day with one LTO-2 tape per day
 
 From monday to Thuesday Incremental backup of 4 servers
 Weekend ( Sunday ) Full Backup of each one
 
 Every backup will be retained for 6 days and then reuse the daily trape
 corresponding to each day.
 
 I've followed
 http://www.bacula.org/rel-manual/Backup_Strategies.html#SECTION00303
  as guide example, but when I try to start bacula-dir, refuses with the error 
 message:
 
 
 Starting Bacula Director services: 15-jun 19:48 bacula-dir:  Fatal
 error: pool directive in Job nclserver01-diario resource is
 required, but not found.
 15-jun 19:48 bacula-dir:  Fatal error: pool directive in Job
 nclserver02-diario resource is required, but not found.
 15-jun 19:48 bacula-dir:  Fatal error: pool directive in Job
 nclserver03-diario resource is required, but not found.
 15-jun 19:48 bacula-dir:  Fatal error: pool directive in Job
 nclserver04-diario resource is required, but not found.
 15-jun 19:48 bacula-dir ERROR TERMINATION
 Please correct configuration file: /etc/bacula/bacula-dir.conf
 
 I'm not able to see where is my error, any help will be appreciated, If
 I'm not able to solve it, i will return to my previous config ( full
 each day ) but I prefer to run with the new config to test how is going.

The error is what the error message says -- you must have a pool directive in
the job resource.  The manual used Pool = Default.

__Martin

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users