so i have a autochanger with 2 disk drives.  

Autochanger {
  Name = Autochanger
  Device = tape1
  Device = tape2
  Changer Command = "/opt/bacula/etc/mtx-changer %c %o %S %a %d"
  Changer Device = /dev/changer
}

Device {
  Name = tape1
  Drive Index = 0
  Autochanger = yes
  Media Type = LTO6
  LabelMedia = yes
  AlwaysOpen = yes
  Archive Device = /dev/st0
  Changer Device = /dev/changer
  AutomaticMount = yes
  Random Access = no
  RemovableMedia = yes
  Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
}

Device {
  Name = tape2
  AutoChanger  =  yes
  Drive Index = 1
  Media Type = LTO6
  LabelMedia = yes
  AlwaysOpen = yes
  Archive Device = /dev/st1
  Changer Device = /dev/changer
  AutomaticMount = yes
  Random Access = no
  RemovableMedia = yes
  Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
}



when i run 1 backup with tape1 and then with tape2, it says waiting.   
my director has more than enough on max clients.

+----------------------------------------------------------------------
|This was sent by chris.k...@thyssenkrupp.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+----------------------------------------------------------------------



------------------------------------------------------------------------------
Give your users amazing mobile app experiences with Intel XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2-D/3-D games for multiple OSs.
Then get your creation into app stores sooner, with many ways to monetize.
http://pubads.g.doubleclick.net/gampad/clk?id=254741551&iu=/4140
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to