Craig writes:

> Yes it is.  Since the Config hash is empty when each config file is parsed,
> this line in lib/BackupPC/Storage/Text.pm incorrectly forces a default value
> to $Conf{IncrLevels} when it might already be defined in the main config file:
> 
>     $conf->{IncrLevels} = [1] if ( !defined($conf->{IncrLevels}) );
> 
> You could simply comment out that line.  The value should be defaulted after 
> that
> config files have been merged.  I'll fix this in 3.1.0.

Just to be clear, this is a new bug in 3.1.0beta0 (not in 3.0.0), and it
will be fixed prior to the 3.1.0 release.

Craig

-------------------------------------------------------------------------
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/
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to