All,
     I'm running Bacula 2.0.3 on Solaris 10. I have had Bacula running
recently in testing, and am now trying to move to production. However,
when starting the Director, I get this error:

14-Nov 03:43 bacula-dir: ERROR TERMINATION at parse_conf.c:482
Config error: Could not find config Resource Sun_1300_Full referenced
on line 47 :    Schedule = "Sun_1300_Full"


            : line 47, col 29 of file /opt/csw/etc/bacula/bacula-dir_jobs.conf
   Schedule = "Sun_1300_Full"


However, this resource is correctly defined in my config files:

"bacula-dir_schedules.conf"
Schedule {
   Name = "Sun_1300_Full"
   Run = Level=Full Sun at 13:00
}

"bacula-dir_jobs.conf"
Job {
   Name = "Customer_Oracle_Weekly_Tape"
   Type = Backup
   Client = db1.ora
   FileSet = "Customer_Oracle"
   Schedule = "Sun_1300_Full"
   Storage = Exabyte_224
   Pool = Shopbop_Tapes
   Messages = Standard
   Write Bootstrap = "/opt/csw/var/bacula/bootstrap/%n.bsr"
   Spool Data = yes
}

Any ideas. This only now stopped working for me.

-Shon

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to