i'm running BackupPC 4.4.0 on linux.
local instance config includes
$Conf{FullPeriod} = 6.97;
$Conf{IncrPeriod} = 0.97;
$Conf{WakeupSchedule} = [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15,
16, 17, 18, 19, 20, 21, 22, 23, 1, 2];
$Conf{FillCycle} = 1;
$Conf{FullKeepCnt} = [2, 0, 1, 0, 1];
$Conf{IncrKeepCnt} = 6;
$Conf{FullKeepCntMin} = 1;
$Conf{FullAgeMax} = 90;
$Conf{IncrKeepCntMin} = 1;
$Conf{IncrAgeMax} = 30;
$Conf{RestoreInfoKeepCnt} = 10;
$Conf{ArchiveInfoKeepCnt} = 10;
$Conf{BlackoutBadPingLimit} = 3;
$Conf{BlackoutGoodCnt} = -1;
$Conf{BlackoutPeriods} = [];
$Conf{BackupZeroFilesIsFatal} = 0;
backups -- full & incremental -- are exec'ing as intended.
at exactly 300pm every day.
I'd like to shift that exec time to 300 *am*.
What's the cleanest way to define/shift preferred exec time for all
future/subsequent backups?
_______________________________________________
BackupPC-users mailing list
[email protected]
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: https://github.com/backuppc/backuppc/wiki
Project: https://backuppc.github.io/backuppc/