Hi all,
I am trying to get my setup to work.. However, it doesn't. Yes i am a newbie.
I have tried all possible combinations of device names and so on, and the only error get from the console when trying to mount for example the HDD2_160gb device is: "3999 Device "HDD2_160gb" not found".

Annoying facts:
* The FileStorage devices works ok...(!)
* The bacula user have full rights on all mentioned directories. I have checked using su bacula.

bacula-dir.conf
*****************************************
Storage {
  Name = "util01-sd80"
# Do not use "localhost" here
  Address = util01              # N.B. Use a fully qualified name here
  SDPort = 9103
  Password = "thepassword"
  Device = "HDD1_80gb"
  Media Type = "Disk80"
}

Storage {
  Name = "util01-sd160"
# Do not use "localhost" here
  Address = util01              # N.B. Use a fully qualified name here
  SDPort = 9103
  Password = "thepassword"
  Device = "HDD2_160gb"
  Media Type = "Disk160"
}
# Definiton of file storage device
Storage {
  Name = File
# Do not use "localhost" here
  Address = util01                # N.B. Use a fully qualified name here
  SDPort = 9103
  Password = "thepassword"
  Device = FileStorage
  Media Type = File
}


bacula-sd.conf:
*****************************************
Device {
  Name = FileStorage
  Media Type = File
  Archive Device = /tmp
  LabelMedia = yes;                   # lets Bacula label unlabeled media
  Random Access = Yes;
  AutomaticMount = yes;               # when device opened, read it
  RemovableMedia = no;
  AlwaysOpen = no;
}

Device {
  Name = "HDD1_80gb"
  Media Type = Disk80
  Archive Device = /var/backups/HDD1_80gb
  LabelMedia = yes;                   # lets Bacula label unlabeled media
  Random Access = Yes;
  AutomaticMount = yes;               # when device opened, read it
  RemovableMedia = no;
  AlwaysOpen = no;
}

Device {
  Name = "HDD2_160gb"
  Media Type = Disk160
  Archive Device = /data/backups/HDD2_160gb
  LabelMedia = yes;                   # lets Bacula label unlabeled media
  Random Access = Yes;
  AutomaticMount = yes;               # when device opened, read it
  RemovableMedia = no;
  AlwaysOpen = no;
}

HELP ME BEFORE I AM GOING MENTAL!

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