Dan D Niles writes:
 > 
 > Attached is the backups file that caused this, and a patch to
 > prevent it from happening.  I'm sure a more elaborate fix is possible,
 > this is just a quick hack to keep my backup from disappearing.

I figured out how to trigger the bug.

I previously had:

$Conf{FullPeriod} = 0.97;
$Conf{IncrPeriod} = 1.97;
$Conf{FullKeepCnt} = [ 3, 0, 0, 1, 0, 1 ];

When I went to:

$Conf{FullPeriod} = 6.97;
$Conf{IncrPeriod} = 0.97;
$Conf{FullKeepCnt} = [ 1, 1, 1];
$Conf{IncrKeepCnt} = 4;

it triggers the bug.

If I change the FullKeepCnt to:

$Conf{FullKeepCnt} = [ 2, 1, 1];

it does NOT trigger the bug.


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to