You can get the whole strace here: http://cccmz.de/~xt3/storage
This is my bacula-sd.conf :

Storage {
  Name = bacula-sd
  SDAddress = bacula.hlrs.de
  SDPort = 9103
  WorkingDirectory = "/var/bacula"
  Pid Directory = "/var/run"
  Maximum Concurrent Jobs = 10
}

Director {
  Name = bacula-dir
  Password = xxx
}

Director {
  Name = bacula-mon
  Password = xxx
  Monitor = yes
}

Autochanger {
  Name = GRAU
  Device =  SONY-1, SONY-2
  Changer Device = /dev/changer
  Changer Command = "/etc/bacula/mtx-changer %c %o %S %a %d"

}


device {
  name = SONY-2
  drive index = 1
  device type = tape
  media type = SDZ-130
  archive device = /dev/drive1
  automaticmount = yes
  label media = yes
  alwaysopen = yes
  removablemedia = yes
  randomaccess = no
  autochanger = yes
  alert command = "sh -c 'tapeinfo -f %c |grep tapealert|cat'"
  maximum spool size = 1700g
  maximum job spool size = 500g
  spool directory = /mnt/spool/bacula
}

device {
  name = SONY-1
  drive index = 0
  device type = tape
  media type = SDZ-130
  archive device = /dev/drive0
  automaticmount = yes
  label media = yes
  alwaysopen = yes
  removablemedia = yes
  randomaccess = no
  autochanger = yes
  alert command = "sh -c 'tapeinfo -f %c |grep tapealert|cat'"
  maximum spool size = 1700g
  maximum job spool size = 500g
  spool directory = /mnt/spool/bacula
}

Messages {
  Name = Standard
  director = bacula-dir = all
}



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to