my bacula-sd.conf

Device {
  Name = "drive0"
  Drive Index = 0
  Media Type = "Tape"
  Archive Device = /dev/nst0
  AutomaticMount = yes
  AlwaysOpen = no
  RemovableMedia = yes
  RandomAccess = no
  AutoChanger = no
}

my bacula-dir.conf

Storage {
  Name = drive0
  Address = 192.168.0.10
  SDPort = 9103
  Password = "******"
  Device = drive0
  Media Type = "Tape"
  Maximum Concurrent Jobs = 1
}

All other defined storage (all File Storage) work fine and I can use the tape via tar cf /dev/nst0, but running a backup that use the tape I obtain:

09-May 14:44 kraken-dir: Start Backup JobId 553, Job=chimera-privacy. 2006-05-09_14.44.18
09-May 14:44 kraken-sd: chimera-privacy.2006-05-09_14.44.18 Fatal error:
Device "drive0" with MediaType "Tape" requested by DIR not found in SD Device resources.

I had bacula working fine with tape wirh version 1.36, and probably (I noticed the problem only today) stop working the last week after upgrading from 1.36 to 1.38.

Any suggestions?

Thanks in advance.


--
Alessio Mineni x WaveGroup

Via Benaco 34/b
25081 Bedizzole BS

"I computer sono incredibilmente veloci, accurati e stupidi. Gli uomini sono incredibilmente lenti, inaccurati e intelligenti. Insieme sono una potenza che supera l'immaginazione." Albert Einstein






-------------------------------------------------------
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