Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Lowell Fuher on October 13, 2004, 02:52:46 PM

Title: Remove Flexbackup Report ?
Post by: Lowell Fuher on October 13, 2004, 02:52:46 PM
I know this may be here, but I can't find it, I have a need to remove the Successful Flexbackup report emailed to the Admin. I have looked through the flexbackup files, the cron.d files, and many others, and I can't seem to find it. Help?
Title: Remove Flexbackup Report ?
Post by: Lowell Fuher on October 15, 2004, 02:57:34 PM
Anybody have a thought in this?  Any Body?
Title: Remove Flexbackup Report ?
Post by: KelvinLee on October 16, 2004, 04:34:41 AM
I think the flexbackup report is due to cron rather than flexbackup. I believe any task launched by cron will have its output e-mailed to root or the nominated e-mail address (check /etc/crontab for the MAILTO entry).

In /etc/cron.d you will find the file backup which launches the e-smith backup. Edit the backup file and try adding a redirection to a file at the end of the command line so that output from the backup script is sent to a file instead of to console (which is sent by mail to root or the nominated address).

Kelvin
Title: Remove Flexbackup Report ?
Post by: Lowell Fuher on October 18, 2004, 07:05:03 AM
Quote from: "KelvinLee"
In /etc/cron.d you will find the file backup which launches the e-smith backup. Edit the backup file .....

Kelvin


 :-(
Kelvin, that file is empty - any other thoughts?

BTW - thanks for the assist...