Bacula-users

[Bacula-users] Error with new 5.0.0 option

2010-02-18 11:47:17
Subject: [Bacula-users] Error with new 5.0.0 option
From: jeffrey Lang <jrlang AT uwyo DOT edu>
To: bacula Users <bacula-users AT lists.sourceforge DOT net>
Date: Thu, 18 Feb 2010 09:44:46 -0700
I didn't see this come through so sending it again.

Environment:
  Upgrading from 2.2.3 to 5.0.0
  Host OS:  CentOS 5.4

I'm in the process of upgrading and testing version 5.0.0 and am getting the following error when trying out one of the new options for the JOB resource:

../sbin/bacula-dir -t
17-Feb 15:01 bacula-dir: ERROR TERMINATION at parse_conf.c:971
Config error: Keyword "CancelLowerLevelDuplicates" not permitted in this resource.
Perhaps you left the trailing brace off of the previous resource.
           : line 32, col 38 of file /usr/local/bacula/configs/host-jrlang.inc
       Cancel Lower Level Duplicates = yes

Here's a copy of the config file:

# jrlang

# Client (File Services) to backup
Client {
       Name = jrlang-fd
       Address = jrlang.gg.uwyo.edu
       FDPort = 9102
       Catalog = MyCatalog
       Password = "Nope"
       File Retention = 6 months            # 30 days
       Job Retention = 6 months            # six months
       AutoPrune = yes                     # Prune expired Jobs/Files
       Maximum Concurrent Jobs = 1
}

job {
       Name = "jrlang"
       Enabled = no
       Type = Backup
       Client = jrlang-fd
       FileSet = "jrlang"
       Schedule = "Workstations-Cycle"
       Storage = L700E
       Messages = Standard
       Pool = Workstations
       Write Bootstrap = "/usr/local/bacula/working/jrlang.bsr"
       Prefer Mounted Volumes = No
       Maximum Concurrent Jobs = 1
       SpoolData = yes
       Accurate = yes
       Allow Duplicate Jobs = no
       Cancel Lower Level Duplicates = yes
       Cancel Queued Duplicates = no
       Cancel Running Duplicates = no

}

# List of files to be backed up
FileSet {
       Name = "jrlang"
       Include {
               Options {
                       signature = MD5
                       noatime= yes
               }

               File = /
               File = /boot
               File = /data
       }

#
# If you backup the root directory, the following two excluded
#   files can be useful
#
       Exclude {
               File = /proc
               File = /tmp
               File = /.journal
               File = /.fsck
       }
}


According to the manual the "Cancel Lower Level Duplicates" goes in the JOB resource definition.   Am I missing something here?   or is there a problem?

jeff

Jeffrey Lang <jrlang AT uwyo DOT edu>
Unix/Linux Systems Admiin
Geology and Geophyscis
University of Wyoming

Attachment: jrlang.vcf
Description: Vcard

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users
<Prev in Thread] Current Thread [Next in Thread>