Carl Wilhelm Soderstrom wrote, On 5/8/2007 5:24 AM:
> On 05/07 11:18 , Kris Jordan wrote:
>> Since it doesn't seem to be documented, what's the proper way to prevent 
>> email from being sent for a certain host?
>>
>> I have a host that I disabled backups for using $Conf{BackupsDisable}, 
>> but it continues to send email saying that there have been no recent 
>> backups for that host every few days. I've tried setting 
>> $Conf{EMailNotifyOldBackupDays} to '0' w/o luck.
> 
> This is how I do it on v2.x installations:
> 
> # use this if you want to stop backing the box up.
> $Conf{FullPeriod} = -1;
> $Conf{EMailNotifyMinDays} = 365;

That was the next thing to do. Guess that will do for now. For 3.x 
installations, $Conf{BackupsDisable} is the new way to disable, -1 for 
FullPeriod still works though.

Thanks.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to