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;
--
Carl Soderstrom
Systems Administrator
Real-Time Enterprises
www.real-time.com
-------------------------------------------------------------------------
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/