are you sure other jobs, jobdefs and whatnot you have before this entry 
in the file are correct ?
maybe you should try to strip the file to absolute minimum, and, if that 
does not work, show the complete configuration.

On 2007.06.28. 09:48, Omer Faruk Sen wrote:
> Ok then.
> 
> Here is the lines that are not working:
> 
> 
> # List of files to be backed up
> FileSet {
>   Name = "Full Set"
>   Include {
>     Options {
>       signature = MD5
>     }
> #
> #  Put your list of files here, preceded by 'File =', one per line
> #    or include an external list with:
> #
> #    File = <file-name
> #
> #  Note: / backs up everything on the root partition.
> #    if you have other partitons such as /usr or /home
> #    you will probably want to add them too.
> #
> #  By default this is defined to point to the Bacula build
> #    directory to give a reasonable FileSet to backup to
> #    disk storage during initial testing.
> #
>     File = /home/fs/rpmbuild/BUILD/bacula-1.38.11
>   }
> 
> #
> # If you backup the root directory, the following two excluded
> #   files can be useful
> #
>   Exclude {
>     File = /proc
>     File = /tmp
>     File = /.journal
>     File = /.fsck
>   }
> }
> 
> 
> 
> And the error message:
> 
> Starting Bacula Director services: 28-Haz 09:55 bacula-dir: ERROR
> TERMINATION at parse_conf.c:853
> Config error: Keyword "Include" not permitted in this resource.
> Perhaps you left the trailing brace off of the previous resource.
>             : line 76, col 10 of file /etc/bacula/bacula-dir.conf
>   Include {
> 
> 
> It says I can't put Options{} in FileSet{} section
...
-- 
  Rich

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