hi guys (Carl+Les),

It seems that was the problem, it only took one backup last night.
Thanks a lot.

/Jesper



-----Oprindelig meddelelse-----
Fra: Les Stott [mailto:[EMAIL PROTECTED] 
Sendt: 23. november 2005 23:18
Til: Zolid, Jesper Haggren
Cc: [email protected]
Emne: Re: [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 backing up
hourly.

change to....

$Conf{FullPeriod} = 29.97;
$Conf{IncrPeriod} = 0.97;


Hope that helps.

Regards,

Les

 

-----Oprindelig meddelelse-----
Fra: Carl Wilhelm Soderstrom [mailto:[EMAIL PROTECTED] 
Sendt: 23. november 2005 23:17
Til: Zolid, Jesper Haggren
Cc: [email protected]
Emne: Re: [BackupPC-users] BlackoutPeriods problem.

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





-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to