Craig Barratt wrote:
Dylan Swift writes:


Can anyone clarify that this blackout period (in client specific config.pl) will ensure that the client it applies to will not be backed up until I change it?
And is the "hourEnd => 24" wrong (should it be 23)?

# temporarily stop backups of this machine (it is offline for xmas)
$Conf{BlackoutPeriods} = [
    {
        hourBegin =>  0,
        hourEnd   =>  24,
        weekDays  => [0, 1, 2, 3, 4, 5, 6],
    },
];


I would need to look at the code to see if this works.
The better way to disable automatic backups is:

    $Conf{FullPeriod} = -1;

Craig

Thanks Craig - I missed that parameter when I read the documentation, I'll set it to -1 as suggested instead of using the blackout period.

Regards

Dylan

p.s. just to state the obvious, again, thanks for a fantastic piece of software!




This email and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity to which they are addressed. If 
you have received this email in error please reply to this email and then 
delete it. Please note that any views or opinions presented in this email are 
solely those of the author and do not necessarily represent those of Future.

The recipient should check this email and any attachments for the presence of 
viruses. Future accepts no liability for any damage caused by any virus 
transmitted by this email.

Future may regularly and randomly monitor outgoing and incoming emails and 
other telecommunications on its email and telecommunications systems. By 
replying to this email you give your consent to such monitoring.


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to