Hello.

I've got a strange problem here. I'm running Bacula 2.0.2 on FreeBSD 6.1.

It seems like bacula DIR doesn't recognize pool's keywords:
=====
# bacula-dir -t -c /usr/local/etc/bacula-dir.conf
23-Apr 13:33 bacula-dir: ERROR TERMINATION at inc_conf.c:363
Config error: Keyword Name not permitted in this resource
            : line 53, col 6 of file /usr/local/etc/bacula-dir.conf
        Name = pool-default-diff
=====

On line 53 (actually lines 52-60), there's just a pool's configuration:
=====
Pool {
        Name = pool-default-diff
        Pool Type = Backup
        Recycle = yes
        AutoPrune = yes
        Volume Retention = 365 days
        Label Format = default-diff-
        Maximum Volume Jobs = 1
}
=====

I upgraded all the Bacula components to 2.0.3, but still the same problem. 
When I comment out the "Name" keyword, then the next ("Pool Type") gets "not 
permitted".

Is the problem in Bacula or perhaps in some library Bacula uses for parsing 
configuration?

-- 
Silver

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to