At this point, bacula loaded, but with no jobs defined. So I cut, pasted and 
edited, but bacula fails to start, giving the following message:


14-Jun 16:20 bacula-dir.conf: ERROR TERMINATION at parse_conf.c:487
Config error: Could not find config resource Internal referencedon line 70:
  Storage = Internal

I am getting really close now, but I really don't understand why I have this 
message. This is from the doc, page 113:

Storage = <storage-resource-name> The Storage directive defines the name of the 
storage services where you want to backup the FileSet data. For additional 
details, see the Storage Resource Chapter of this manual. This directive is 
required.

This is from my bacula-sd.conf:

Device {
  Name = Internal
  Media Type = VXA1
  Archive Device = /dev/st0
  AutomaticMount = yes;             # when device opened, read it
  AlwaysOpen = yes;
  RemovableMedia = yes;
}

And from my bacula-dir.conf:

Schedule {
   Name = "Watchdog"
   Run = Level=Full sun-sat at 6:05
}

Job {
   Name = "Test"
   Type = Admin
   Client=lbackup
   FileSet="Root"
   Messages = Standard
   Storage = Internal
   Pool = Default
   Schedule = "Watchdog"
   Priority = 99
}

I have tried it with Storage = "Internal" as well, but with the same results. 
The Job portion of this was cut and pasted from the example bacula-dir.conf, 
which, BTW, always referred to the storage as:

Storage = DLTDrive

but the example bacula-sd.conf called its drives "HP DLT 80" and "Exabyte 8mm". 
No match here. "DLTDrive" appears nowhere in the bacula-sd.conf and the two 
named storage devices appear nowhere in the example bacula-dir.conf.

If I can just get the director to load with a correctly defined job, I believe 
I can take it a lot further from there before coming up with another question. 
Ultimately, all I want to do is to back up a remote SLES 9 server * actually, 
only part of it * and little else. I have already put the File Daemon and 
configuration file on that remote server and am just trying to run a successful 
local backup before trying the remote.

As always,

Tks n rgds,
Richard White CNE6
Network Engineer
Mason County, Washington
360-427-5501
[EMAIL PROTECTED]



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to