SV: [BackupPC-users] BlackoutPeriods problem.

2005-11-23 Thread Zolid, Jesper Haggren
: [BackupPC-users] BlackoutPeriods problem. Hi , I belive your problem is here >$Conf{FullPeriod} = 29,97; >$Conf{IncrPeriod} = 0,97; > > > Normally "." is the delimiter for days, you've got a comma. It mak be interpreting that as hours, or undeterminable and

Re: [BackupPC-users] BlackoutPeriods problem.

2005-11-23 Thread Les Stott
Hi , I belive your problem is here $Conf{FullPeriod} = 29,97; $Conf{IncrPeriod} = 0,97; Normally "." is the delimiter for days, you've got a comma. It mak be interpreting that as hours, or undeterminable and backing up hourly. change to $Conf{FullPeriod} = 29.97; $Conf{IncrPerio

Re: [BackupPC-users] BlackoutPeriods problem.

2005-11-23 Thread Carl Wilhelm Soderstrom
On 11/23 11:06 , Zolid, Jesper Haggren wrote: > Can anyone tell me whats wrong in my config? You're using a comma (,) instead of a period (.). > $Conf{FullPeriod} = 29,97; > $Conf{IncrPeriod} = 0,97; -- Carl Soderstrom Systems Administrator Real-Time Enterprises www.real-time.com ---

[BackupPC-users] BlackoutPeriods problem.

2005-11-23 Thread Zolid, Jesper Haggren
Hi, I have been using Backuppc for quite some time and actually has 5 servers on different network backing up several servers both linux and windows - thanks for a great piece of software! I have one problem maybe you guys can help me with. It's proberly quite simple. I use BlackoutPeriods on t