added option -i to create incremental dumps
[BackupPC.git] / conf-incremental-forever.diff
1 diff --git a/backuppc/etc/BackupPC/config.pl b/backuppc/etc/BackupPC/config.pl
2 index ced0e69..e921cbd 100644
3 --- a/backuppc/etc/BackupPC/config.pl
4 +++ b/backuppc/etc/BackupPC/config.pl
5 @@ -495,8 +495,8 @@ $Conf{FullKeepCnt} = [
6  # times $Conf{FullPeriod} if $Conf{FullKeepCnt} specifies enough
7  # full backups to exceed $Conf{FullAgeMax}.
8  #
9 -$Conf{FullKeepCntMin} = '1';
10 -$Conf{FullAgeMax} = '90';
11 +$Conf{FullKeepCntMin} = '999999';
12 +$Conf{FullAgeMax} = '999999';
13  
14  #
15  # Number of incremental backups to keep.  Must be >= 1.
16 @@ -505,15 +505,15 @@ $Conf{FullAgeMax} = '90';
17  # the oldest one is removed.  If this number is decreased, the
18  # extra old backups will be removed.
19  #
20 -$Conf{IncrKeepCnt} = '6';
21 +$Conf{IncrKeepCnt} = '999999';
22  
23  #
24  # Very old incremental backups are removed after $Conf{IncrAgeMax} days.
25  # However, we keep at least $Conf{IncrKeepCntMin} incremental backups no
26  # matter how old they are.
27  #
28 -$Conf{IncrKeepCntMin} = '1';
29 -$Conf{IncrAgeMax} = '30';
30 +$Conf{IncrKeepCntMin} = '999999';
31 +$Conf{IncrAgeMax} = '999999';
32  
33  #
34  # Level of each incremental.  "Level" follows the terminology