Re: [BackupPC-users] Incremental backup levels not working.

2007-11-05 Thread Craig Barratt
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 ( !defin

Re: [BackupPC-users] Incremental backup levels not working.

2007-11-05 Thread Craig Barratt
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 $C

Re: [BackupPC-users] Incremental backup levels not working.

2007-11-05 Thread Carl Wilhelm Soderstrom
On 11/05 06:39 , John Rouillard wrote: > It may be, but mine is also hand crafted as well. What release of > backupc are you running? this is v.3.0.0 -- Carl Soderstrom Systems Administrator Real-Time Enterprises www.real-time.com

Re: [BackupPC-users] Incremental backup levels not working.

2007-11-05 Thread John Rouillard
On Mon, Nov 05, 2007 at 09:38:16AM -0600, Carl Wilhelm Soderstrom wrote: > On 11/05 03:22 , John Rouillard wrote: > > 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. > > I have > $Conf{IncrLevels} = [1, 2, 3, 4, 5, 6];

Re: [BackupPC-users] Incremental backup levels not working.

2007-11-05 Thread Carl Wilhelm Soderstrom
On 11/05 03:22 , John Rouillard wrote: > 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. I have $Conf{IncrLevels} = [1, 2, 3, 4, 5, 6]; in my config.pl, and it works fine for me. the web interface reports doing incrementa

Re: [BackupPC-users] Incremental backup levels not working.

2007-11-05 Thread John Rouillard
On Mon, Nov 05, 2007 at 07:43:40AM -0500, Rob Owens wrote: > > 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 mul

Re: [BackupPC-users] Incremental backup levels not working.

2007-11-05 Thread Rob Owens
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

Re: [BackupPC-users] Incremental backup levels not working.

2007-11-02 Thread John Rouillard
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

Re: [BackupPC-users] Incremental backup levels not working.

2007-11-02 Thread Rob Owens
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. -Rob 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

[BackupPC-users] Incremental backup levels not working.

2007-11-01 Thread John Rouillard
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