Bacula-users

Re: [Bacula-users] mixed autochanger configuration LTO2 // LTO3

2009-01-28 21:15:02
Subject: Re: [Bacula-users] mixed autochanger configuration LTO2 // LTO3
From: guigux AT free DOT fr
To: bacula-users AT lists.sourceforge DOT net
Date: Thu, 29 Jan 2009 02:54:16 +0100

> > Start by assigning the drives a different media type for LTO2 versus LTO3.
> >
> > John
> >
> Thanks !
>
> like this in sd.conf one ?
>
> Device {
>   Name = Drive-1                      #
>   Drive Index = 0
>   Media Type = LT0-3
>   Archive Device = /dev/st0
>   AutomaticMount = yes;               # when device opened, read it
>   AlwaysOpen = yes;
>   RemovableMedia = yes;
>   RandomAccess = no;
>   AutoChanger = yes
>   #
> Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
> }
>
> Device {
>   Name = Drive-2                      #
>   Drive Index = 1
>   Media Type = LTO-2
>   Archive Device = /dev/st1
>   AutomaticMount = yes;               # when device opened, read it
>   AlwaysOpen = yes;
>   RemovableMedia = yes;
>   RandomAccess = no;
>   AutoChanger = yes
> Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
> }
> Device {
>   Name = Drive-3                      #
>   Drive Index = 2
>   Media Type = LTO-3
>   Archive Device = /dev/st2
>   AutomaticMount = yes;               # when device opened, read it
>   AlwaysOpen = yes;
>   RemovableMedia = yes;
>   RandomAccess = no;
>   AutoChanger = yes
> Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
> }
>
>



------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>