Hello,
    I've got a FreeBSD 5.3 stable box running bacula 1.36_2 from ports. I am
trying to get this machine to do network backups for a mixture of FreeBSD,
Linux, and various windows flavored systems. All appears working, on the
server all the daemons are running, but when i fire up the console and issue
status all when the storage daemon is queried i get the error:

"device status:
Archive "file" is not open or does not exist"

I've been going over my configs for the past hour and i'm not seeing the
issue. I've included the relevant parts of bacula-sd.conf and
bacula-dir.conf below and would appreciate any help.
Thanks.
Dave.

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


bacula-dir.conf excerpt:
Storage {
  Name = File
  Address = zeus                # N.B. Use a fully qualified name here
  SDPort = 9103
  Password = "baculapassword1"
  Device = FileStorage
  Media Type = File
}




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to