Arno Lehmann wrote:

Hello,

On 3/31/2006 8:41 AM, RYAN M. vAN GINNEKEN wrote:

I get the message at the bottom of this email, but i do not understand why bacula cannot create its own labels. I have added all the necessary parameters to my conf files see below. What am i missing? please help i have been struggling with this for sometime now.

Pool {
  Name = Full-Pool
  Volume Retention = 3 months
  Maximum Volume Jobs = 1
  Label Format = Full-
  Maximum Volumes = 3


How many volumes do exist in this pool?

There were four but i have deleted them all just now to start fresh, therefore there are 0 volumes in this pool and this solved the problem THANK YOU

Now i have another problem when i run the computerking.ca job it creates and labels Full-0001 in the directory /home/backups/bacula/computerking.ca this is great makes me very happy. However when i run the shoemasters.com job it creates and labels Full-0002 in the /home/backups/bacula/shoemasters.com which is not exactly what i expected and a little confusing. Do i need to create a seperate pool for each client? or should i just up the max # of volumes.

Device {
 Name = shoemasters.com
 Media Type = shoemasters.com
 Archive Device = /home/backups/bacula/shoemasters.com
 LabelMedia = yes;                   # lets Bacula label unlabeled media
 Random Access = Yes;
 AutomaticMount = yes;               # when device opened, read it
 RemovableMedia = no;
 AlwaysOpen = no;
}

Device {
 Name = computerking.ca
 Media Type = computerking.ca
 Archive Device = /home/backups/bacula/computerking.ca
 LabelMedia = yes;                   # lets Bacula label unlabeled media
 Random Access = Yes;
 AutomaticMount = yes;               # when device opened, read it
 RemovableMedia = no;
 AlwaysOpen = no;
}



Arno

#  How do i include these in default pools  PoolDefs ?
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Accept Any Volume = yes
}

Device {
  Name = computerking.ca
  Media Type = computerking.ca
  Archive Device = /home/backups/bacula/computerking.ca
LabelMedia = yes; # lets Bacula label unlabeled media
  Random Access = Yes;
  AutomaticMount = yes;               # when device opened, read it
  RemovableMedia = no;
  AlwaysOpen = no;
}


30-Mar 23:30 tokyo-dir: No prior Full backup Job record found.
30-Mar 23:30 tokyo-dir: No prior or suitable Full backup found. Doing FULL backup. 30-Mar 23:30 tokyo-dir: Start Backup JobId 26, Job=computerking.ca.2006-03-30_23.30.18 30-Mar 23:30 tokyo-sd: Job computerking.ca.2006-03-30_23.30.18 waiting. Cannot find any appendable volumes.
Please use the "label"  command to create a new Volume for:
Storage: "computerking.ca" (/home/backups/bacula/computerking.ca)
    Media type:   computerking.ca
    Pool:         Full-Pool


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users





-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to