Hi.
I am not sure that I understant how the schedule features work in BackupPC.
I want a client to be backed up only at 1:00 am and absolutely not to
backup from 7 to 23.
So I setted up a client with this configuration file:
$Conf{WakeupSchedule} = [1];
$Conf{FullPeriod} = 6.97;
$Conf{IncrPeriod} = 0.97;
$Conf{FullKeepCnt} = 2;
$Conf{FullKeepCntMin} = 2;
$Conf{FullAgeMax} = 90;
$Conf{IncrKeepCnt} = 6;
$Conf{IncrKeepCntMin} = 1;
$Conf{IncrAgeMax} = 30;
$Conf{PartialAgeMax} = 3;
$Conf{BackupFilesExclude} = ['/proc','/sys','/dev','/mnt','/cdrom','/media'];
$Conf{BlackoutBadPingLimit} = 3;
$Conf{BlackoutGoodCnt} = 7;
$Conf{BlackoutPeriods} = [
{
hourBegin => 7.0,
hourEnd => 23,
weekDays => [0, 1, 2, 3, 4, 5, 6],
},
];
$Conf{BackupZeroFilesIsFatal} = 1;
$Conf{XferMethod} = 'rsync;
But an automatic backup starts from BackupPC everytime, even after I
manually stopped it.
Could you help me to understand where I made a mistake?
Thank you very much!!
Bye.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
BackupPC-users mailing list
[email protected]
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/