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?

In BackupPC::Storage::Text.pm the function ConfigDataRead
has:

    $conf->{IncrLevels} = [1] if ( !defined($conf->{IncrLevels}) );

This is exactly what I am seeing in the web interface, if I edit the
config I see the override enabled and the levels set to 1. It also
matches what I am seeing in my backups (see 

  [BackupPC-users] Unable to get multilevel incrementals working at
  http://www.mail-archive.com/backuppc-users@lists.sourceforge.net/msg07619.html

and

  [BackupPC-devel] BackupPC web interface bug with incrlevel at
  http://www.mail-archive.com/[EMAIL PROTECTED]/msg00147.html

Do you have the $Conf{IncrLevels} = [1, 2, 3]; defined in a per host
file rather than the main config.pl file?

-- 
                                -- rouilj

John Rouillard
System Administrator
Renesys Corporation
603-643-9300 x 111

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