Bacula-users

Re: [Bacula-users] Problem with config file under 5.0.0

2010-02-18 02:11:13
Subject: Re: [Bacula-users] Problem with config file under 5.0.0
From: Silver Salonen <silver AT ultrasoft DOT ee>
To: bacula-users AT lists.sourceforge DOT net
Date: Thu, 18 Feb 2010 09:08:11 +0200
Isn't this option yet to come in 5.0.1?

-- 
Silver

On Thursday 18 February 2010 00:15:21 jeffrey Lang wrote:
> 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

------------------------------------------------------------------------------
Download Intel&reg; 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>