> I suggest you don't use the label command, but
> rather let bacula label 
> volumes as needed. That's what I've been testing
> with and this works here.
>
When I tried that it said it was waiting for an
appendable media:
19-Oct 10:50 jmd0-dir: Start Backup JobId 71,
Job=JMD0-Default.2005-10-19_10.50.19
19-Oct 10:50 jmd0-sd: Job
JMD0-Default.2005-10-19_10.50.19 waiting. Cannot find
any appendable volumes.
Please use the "label"  command to create a new Volume
for:
    Storage:      "DVD-WRITER" (/dev/dvd)
    Media type:   DVD
    Pool:         Default
19-Oct 10:50 jmd0-dir:
JMD0-Default.2005-10-19_10.50.19 Error: message.c:652
Operator mail program terminated in error.
CMD=/usr/sbin/bsmtp -h localhost -f "(Bacula)
[EMAIL PROTECTED]" -s "Bacula: Intervention needed for
JMD0-Default.2005-10-19_10.50.19" [EMAIL PROTECTED]
ERR=Child exited with code 1


Is there a problem with my bacula-sd.conf?
Device {
  Name = "DVD-WRITER"
  Media Type = DVD
  Archive Device = /dev/dvd
  LabelMedia = yes;                   # lets Bacula
label unlabeled media
  Random Access = Yes;
  AutomaticMount = yes;               # when device
opened, read it
  RemovableMedia = yes;
  AlwaysOpen = no;
  MaximumPartSize = 800M;
  Requires Mount = yes;
  Mount Point = /mnt/dvd;
  Mount Command = "/bin/mount -t iso9660 -o ro %a %m";
  Unmount Command = "/bin/umount %m";
  Spool Directory = /tmp/backup;
  WritePartCommand = "/etc/bacula/dvd-handler %e %a
%v"
  FreeSpaceCommand = "/etc/bacula/dvd-handler %a %e"
}




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to