Hello Bacula List,

before I start, let me say that I have read the manual chapters corosponding 
to my problem over and over but in the end nothing worked as it should.

My Problem: I have seven harddisks, 250 GB each, which schould be used for a 
daily full backup of a bunch of servers. I want to use a new harddisk every 
day. the harddisks are labled with the name of the day they schould get used.
After 7 days the harddisk should get recycled an then reused.

No matter what I tried (e.g. Use Volume Once paramter) the volume stayed in 
status append and one week later the backup was appended or only one job was 
written to tape it gets marked as "used" and no other job will be written.
What is wrong with my config?

Here are the important parts of my config:

##############################################################################
# S C H E D U L E                                                            #
##############################################################################
# t<E4>gliches Backup: Montag bis Sonntag um 20:00 Uhr
Schedule {
  Name = "Daily"
  Run = Level=Full Pool=montag Monday at 20:00
  Run = Level=Full Pool=dienstag Tuesday at 20:00
  Run = Level=Full Pool=mittwoch Wednesday at 20:00
  Run = Level=Full Pool=donnerstag Thursday at 20:00
  Run = Level=Full Pool=freitag Friday at 20:00
  Run = Level=Full Pool=samstag Saturday at 20:00
  Run = Level=Full Pool=sonntag Sunday at 20:00
}

##############################################################################
# S T O R A G E                                                              #
##############################################################################
Storage {
  Name = File
# Do not use "localhost" here
  Address = x.y.z         # N.B. Use a fully qualified name here
  SDPort = 9103
  Password = "xxxxxxxxxxxxxxxxxxxxxxxxxxxx"
  Device = FileStorage
  Media Type = File
  Maximum Concurrent Jobs = 20
}

##############################################################################
# P O O L S                                                                  #
##############################################################################

Pool {
  Name = montag
  Pool Type = Backup
  Recycle = yes
  Auto Prune = yes
  Volume Retention = 6d
  Accept Any Volume = yes
  Maximum Volumes = 1
}

.... the same as montag for every day


-- 
Mit freundlichen Gruessen / with kind regards

Daniel Weuthen

-------------------------------------------------------------------
Megabit Informationstechnik GmbH  Karstr.25  41068 Moenchengladbach
Tel: 02161/308980   mailto:[EMAIL PROTECTED]       ftp://megabit.net
Fax: 02161/3089818  mailto:[EMAIL PROTECTED]   http://megabit.net
-------------------------------------------------------------------

Attachment: pgpC4dd0ii0Uc.pgp
Description: PGP signature

Reply via email to