John Rouillard wrote:
> On Fri, Nov 02, 2007 at 08:20:56AM -0400, Rob Owens wrote:
>> I have it working in 3.0
>>
>> $Conf{IncrLevels} = [1, 2, 3, 4, 5, 6];
>>
>> The backup summary shows that it is, in fact, performing multilevel backups.
>> John Rouillard wrote:
>>> Hi all:
>>>
>>> I am working with BackupPC 3.1.0Beta0. I have 
>>>
>>>   $Conf{IncrLevels} = [1, 2, 3];
>>>
>>> set in my config file. However when I schedule a backup from the web
>>> interface it always shows up as a level 1, even when the prior backup
>>> was a level 1. Is this expected?
>>>
>>> Also I sent an email earlier about the same problem when manually
>>> schedulingincremental backups using the web interface.
>>>
>>> Does anybody have multi-level incremental backups working?
>>>
> 
> Rob, what file do you have that in?

It is a host-specific setting on my machine (not the global config file).
I set it in the web interface, so it looks like this:

1, 2, 3, 4, 5, 6

If I look in the config file for that host, it appears like this:

$Conf{IncrLevels} = [
  '1',
  '2',
  '3',
  '4',
  '5',
  '6'           
];

Note that there is no comma following the '6'

-Rob

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