Hi Khaled,
Have you played with the $Conf{BlackoutPeriods} setting?
I don't know if it can do exactly what you are looking for because it
doesn't distinguish between full and incremental backups, but its
certainly the first method I would investigate.
It can be set on a per-host basis. I have mine set as follows:
# don't do any scheduled backups between 7am and 10pm
$Conf{BlackoutPeriods} = [
{
hourBegin => 7.0,
hourEnd => 22.0,
weekDays => [0, 1, 2, 3, 4, 5, 6],
},
];
HTH, Andy
Khaled Hussain wrote:
Hi All,
Is it possible to configure backupPC to run full backups on Saturdays
throughout the day, and even on Sundays?
I am trying in essence not to run fulls during week nights and save them for
the weekend, when they can run day and night to complete.
As far as I'm aware, you can only specify the interval between backups and
not when to run them(?).
Kind Regards
Khaled
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/