|
From: Ribi R. <Rol...@br...> - 2005-11-24 11:00:07
|
> -----Original Message-----
> From: __DireWolf [mailto:dir...@gh...]
> Sent: Thursday, November 24, 2005 11:47 AM
> To: bac...@li...
> Subject: Re: [Bacula-users] Seagate STT8000A IDE Tape Drive Help
..... snipped message part .....
> I double checked bacula-dir.conf and bacula-sd.conf but I
> can't see any problems.
>
> I have this entry in bacula-dir.conf
> ========================
> Storage {
> Name = Travan
> Address = localhost
> SDPort = 9103
> Password = "filepassword"
> Device = /dev/nst0
> Media Type = TR-4
> }
> =======================
>
> and I have this entry in bacula-sd.conf
>
> ==============================
> Device {
> Name = Travan
> Description = "Travan drive on Linux"
> Media Type = TR-4
> Archive Device = /dev/nst0
> AutomaticMount = yes;
> AlwaysOpen = yes
> Offline On Unmount = no
> Fast Forward Space File = no
> Hardware End of Medium = no
> Minimum Block Size = 512
> Maximum Block Size = 512
> }
> ==========================
>
> Can anyone see why I get this error??
Storage {
Name = Travan
Address = localhost
SDPort = 9103
Password = "filepassword"
Device = /dev/nst0 # <-- WRONG! Should be: Travan
# -> it is a reference to the name of the Device
in bacula-sd.conf
Media Type = TR-4
}
|