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


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