Bacula-users

[Bacula-users] Auto Label Volumes on Fixed Disk?

2008-09-30 19:13:15
Subject: [Bacula-users] Auto Label Volumes on Fixed Disk?
From: Grant <grant-bacula AT mytoolbench DOT net>
To: bacula-users AT lists.sourceforge DOT net
Date: Tue, 30 Sep 2008 18:09:51 -0500
I am backing up all my jobs to a fixed disk.  I would like Bacula
however to only backup one job to a volume and make the maximum volume
size 2 GB.  The second job would have a new volume created and so until
until the disk fills up.  At that point, recycle.

My configuration file is below with what I thought should work.  I start
my first job and volume p01-0001 is created.  But once Bacula starts a
second job or reaches 2 GB, it just recycles p01-0001.  Which is weird
because I have a retention period of 30 days.  Can anyone tell me what I
am missing?


Pool {
  Name = p01
  PoolType = Backup
  Storage = MainArchive
  MaximumVolumeJobs = 1
  MaximumVolumeBytes = 2147483648
  AutoPrune = yes
  Volume Retention = 30 days
  Recycle = yes
  LabelFormat = "p01-"
}




-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
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>