Automatic labelling does not appear to work correctly.
I have the following in my configurations, as per the instructions at
http://www.bacula.org/rel-manual/ 
Basic_Volume_Management.html#SECTION002612000000000000000

bacula-dir.conf:
Pool {
   Name = example-pool
   Pool Type = Backup
   Volume Retention = 14d
   LabelFormat = "example-"   # to enable automatic labelling
   Maximum Volumes = 0
   Maximum Volume Jobs = 1
   Maximum Volume Files = 1000
   Recycle = yes
}

bacula-sd.conf:
Device {
   Name = example-device
   Media Type = File
   Archive Device = /space/backup/example
   LabelMedia = yes    # to enable automatic labelling
   Random Access = Yes;
   AutomaticMount = yes;
   RemovableMedia = no;
   Requires Mount = no;
   Maximum Network Buffer Size = 65536
}

Yet, I continue to receive these messages:

06-May 21:05 bts-1-sd: Job example.2007-05-06_21.05.04 waiting.
Cannot find any appendable volumes.
Please use the "label"  command to create a new Volume for:
     Storage:      "example-device" (/space/backup/example)
     Media type:   File
     Pool:         example-pool

Doing 'status jobs' shows the device blocked waiting for media.

(\_/)
(o,o)
()_()  Joseph Wright
  " "



-------------------------------------------------------------------------
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