I want to have a different volume for each client within the same pool.  This 
is so I can copy each one to a different tape (non-Bacula) for archiving 
purposes.  So far both of my clients are using the same volume.  My clients 
are called oink.corp and ifss.corp.  oink.corp is also the director and sd.  
Pool definitions currently look like :

Pool {
  Name = Full-Pool
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Volume Retention = 2 months
  Accept Any Volume = no
  Maximum Volume Jobs = 1
  Label Format = "${Client}-Full-${FullCount}"
  Maximum Volumes = 2
}


Pool {
  Name = Diff-Pool
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Volume Retention = 31 days
  Accept Any Volume = no
  Maximum Volume Jobs = 1
  Label Format = "${Client}-Diff-${DiffCount}"
  Maximum Volumes = 5
}

Pool {
  Name = Inc-Pool
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Volume Retention = 7 days
  Accept Any Volume = no
  Maximum Volume Jobs = 5
  Label Format = "${Client}-Inc-${IncrCount}"
  Maximum Volumes = 5
}


Counter {
  Name = FullCount
  Minimum = 1
  Maximum = 2
  Catalog = MyCatalog
}

Counter {
  Name = DiffCount
  Minimum = 1
  Maximum = 5
  Catalog = MyCatalog
}

Counter {
  Name = IncrCount
  Minimum = 1
  Maximum = 5
  Catalog = MyCatalog
}


I am noticing that ifss.corp always uses oink.corp-Incr-X for its incremental 
backups and not sure why.  Can anyone spot my error?

Misty


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to