Hello!

I'm running 12.4. on Ubuntu 12.04.3 LTS. I wanted to make use of full and 
differential pools and therefore I designed e.g. this backup job in 
bareos-dir.conf:

Job {
  Name= "backup_bbb_docs"
  Type = Backup
  Full Backup Pool = Full-Pool
  Differential Backup Pool = Diff-Pool
  Incremental Backup Pool = Incr-Pool 
  Client = bigblackbox-fd
  FileSet = "bbb_docs"
  Schedule = "docsCycle"
  Storage = IBM3581F38
  Messages = Standard
  Spool Data = yes
  Priority = 10
  Write Bootstrap = "/bareos_bootstraps/%c_%n_%t.bsr"
}

I added the respective pools in bareos-dir.conf:


# definition full pool
Pool {
  Name = Full-Pool
  Pool Type = Backup
  Recycle = yes                       # Bareos can automatically recycle Volumes
  AutoPrune = yes                     # Prune expired volumes
  Volume Retention = 1 month          # one month
}

# definition diff pool
Pool {
  Name = Diff-Pool
  Pool Type = Backup
  Recycle = yes                       # Bareos can automatically recycle Volumes
  AutoPrune = yes                     # Prune expired volumes
  Volume Retention = 1 week           # one week
}

# stub definition incr pool
Pool {
 Name = Incr-Pool
 Pool Type = Backup
 Recycle = yes                       # Bareos can automatically recycle Volumes
 AutoPrune = yes                     # Prune expired volumes
 Volume Retention = 1 day            # one day
}

When I restart the bareos daemons I get the error message that the pool 
directive is missing in the job "backup_bbb_docs" and bareos-dir refuses to 
start.

Following the bareos documentation there should be no need for an explicit 
"Pool = <Poolname>" directive if there is a "Full Backup Pool" and/or a 
"Differential Backup-Pool" directive defined for the job. Wouldn't make sense 
to alter the Pool via another Pool directive anyway in this case, am I right?

I'm stuck here at the moment. I'm pretty sure that this is an embarrassing noob 
question (I checked the online documentation, the book by Philipp Storz and did 
some searches in the web) but I can't find the solution. Thanks in advance for 
a toss in the right direction!

Regards

Oliver

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to