My bacula-sd.conf  file is 

Autochanger {
 Name = Autochanger
 Device = tape1, tape2, tape3, tape4, tape5, tape6
 Changer Device = /dev/st0
 Changer Command = "/etc/bacula/scripts/mtx-changer %c %o %S %a %d"
}

Device {
 Name = tape1
 Media Type = DDS-4
 Drive Index = 0
 AlwaysOpen = yes;
 Label media = yes;
 AutoChanger = yes
}

Device {
 Name = tape2
 Media Type = DDS-4
 Drive Index = 1
 AlwaysOpen = yes;
 Label media = yes;
 AutoChanger = yes
}

Device {
 Name = tape3
 Media Type = DDS-4
 Drive Index = 2
 AlwaysOpen = yes;
 Label media = yes;
 AutoChanger = yes
}

Device {
 Name = tape4
 Media Type = DDS-4
 Drive Index = 3
 AlwaysOpen = yes;
 Label media = yes;
 AutoChanger = yes
}

Device {
 Name = tape5
 Media Type = DDS-4
 Drive Index = 4
 AlwaysOpen = yes;
 Label media = yes;
 AutoChanger = yes
}

Device {
 Name = tape6
Media Type = DDS-4
Drive Index = 5
AlwaysOpen = yes;
Label media = yes;
AutoChanger = yes
}

It's an example which is in the bacula's doc

--
View this message in context: 
http://www.nabble.com/Problem-with-an-autoloader-t1524028.html#a4140439
Sent from the Bacula - Users forum at Nabble.com.



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to