Hi all,
I've got a couple of jobs that follows. The strange thing is that while the 
job mammuth_uff_b_job runs correctly, the mammuth_uff_c_job does not and I 
can see from the bacula console that 
Device "mammuth_device" (/backup/mammuth) is not open or does not exist.
    Device is BLOCKED waiting for media.

as it was waiting for being labeled, even if the pools have the autolabel 
option. I cannot understand why, surely I'm doing something wrong but I 
cannot see where. Any idea?

Thanks,
Luca


Job {
    Name = mammuth_uff_b_job
    Enabled = yes
    Type = Backup
    Level = Incremental
    Client = mammuth-fd
    FileSet = uff_b_fileset
    Storage = mammuth_storage
    Messages = Daemon
    Pool = mammuth_uff_b_pool
    Schedule = Daily-Incremental
}



Job {
    Name = mammuth_uff_c_job
    Enabled = yes
    Type = Backup
    Level = Incremental
    Client = mammuth-fd
    FileSet = uff_c_fileset
    Storage = mammuth_storage
    Messages = Daemon
    Pool = mammuth_uff_c_pool
    Schedule = Daily-Incremental

}



The pools are the following:

Pool {
  Name = mammuth_uff_b_pool
  Pool Type = Backup
  Recycle = yes                       
  AutoPrune = yes                    
  Volume Retention = 365 days
  Accept Any Volume = yes         
  Label Format = "${Job}-${Year}-${Month:p/2/0/r}-${Day:p/2/0/r}"
  Maximum Volume Jobs = 1       
}


Pool {
  Name = mammuth_uff_c_pool
  Pool Type = Backup
  Recycle = yes                       
  AutoPrune = yes                   
  Volume Retention = 365 days   
  Accept Any Volume = yes         
  Label Format = "${Job}-${Year}-${Month:p/2/0/r}-${Day:p/2/0/r}"
  Maximum Volume Jobs = 1       
}

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to