2007/6/21, Jean-Michel Beuken <[EMAIL PROTECTED]>:
> BackupPC take a full backup (36) with 0 files... but remove the PREVIOUS
> full (35)
> while the full backup 24, 28 and 31 are still there
> but why BackupPC removes the full 35 rather the 24 ?????
> $Conf{FullPeriod} = 6.97;
> $Conf{IncrPeriod} = 0.97;
> $Conf{FullKeepCnt} = [1,1,1];
$Conf{FullKeepCnt} = [1,1,1] means "keep the last backup, then keep 1
backup at an interval of 2 FullPeriods, then keep 1 backup at an
interval of 4 FullPeriod"
To be brief, that means every second week BackupPC will remove last
weeks backup, and every other second week it will keep it.
If what you want is to keep the last three backups, set
$Conf{FullKeepCnt} = 3; You can also set it to [2,1,1] to be sure you
have the last two full backups.
-thomas nygreen
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/