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
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
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
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];
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
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
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
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
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
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
10 matches
Mail list logo