Hi

I have difficulties to understand the documentation of the AI-Scheme, 
especcially the 
storage definitions. The example reads:

Pool {
  Name = AI-Incremental
  Pool Type = Backup
  Recycle = yes                       # Bareos can automatically recycle Volumes
  Auto Prune = yes                    # Prune expired volumes
  Volume Retention = 360 days         # How long should jobs be kept?
  Maximum Volume Bytes = 50G          # Limit Volume size to something 
reasonable
  Label Format = "AI-Incremental-"
  Volume Use Duration = 23h
*  Storage = File1*
  Next Pool = AI-Consolidated         # consolidated jobs go to this pool
} 
Pool {
  Name = AI-Consolidated
  Pool Type = Backup
  Recycle = yes                       # Bareos can automatically recycle Volumes
  Auto Prune = yes                    # Prune expired volumes
  Volume Retention = 360 days         # How long should jobs be kept?
  Maximum Volume Bytes = 50G          # Limit Volume size to something 
reasonable
  Label Format = "AI-Consolidated-"
  Volume Use Duration = 23h
 * Storage = File2*
  Next Pool = AI-Longterm             # copy jobs write to this pool
}
in fact, i have the AI-Longterm too, but it is not referenced anywhere. The 
documentation 
also points to the "Using Multiple Storage Devices" howto. Are these Storage 
devices 
meant to point to the same Archive device or can i use different archive 
devices here?

Regards, Jan


-- 
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 view this discussion visit 
https://groups.google.com/d/msgid/bareos-users/3667603.dWV9SEqChM%40gamer.

Reply via email to