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 ------------------------------------------------------- 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/