Bacula gives me this error:

23-Aug 14:06 camus-sd: Job camus-weekly-tape-job.2005-08-23_14.05.34 waiting. Cannot find any appendable volumes.
Please use the "label"  command to create a new Volume for:
    Storage:      tape-storage
    Media type:   DDS-4
    Pool:         camus-weekly-tape-pool


Despite me doing a mt -f /dev/st0 weof in my RunBefore script as well as having the following in my Pool:

Pool {
    Name = "camus-weekly-tape-pool"
    Pool Type = Backup
    Recycle = yes
    AutoPrune = yes     
    Volume Retention = 80 days
    Accept Any Volume = yes
    Maximum Volume Jobs = 1
    Maximum Volume Bytes = 0
    Label Format = "camus-weekly-tape-"
    Maximum Volumes = 5
}  

I also have LabelMedia = yes

# Tape drive
Device {
    Name = tape-storage
    Media Type = DDS-4
    Archive Device = /dev/st0
    AutomaticMount = yes;
    AlwaysOpen = yes;
    RemovableMedia = yes;
    RandomAccess = no;
    Close on Poll = yes;
    LabelMedia = yes
}

What the heck am I missing?

--Joe


Reply via email to