John writes:

> Yup, that's the only way I can get it to work. If it's in the main
> config file, it doesn't work. Sounds like a bug to me.

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.

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