Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: Charles Burns on May 15, 2003, 02:41:22 PM
-
Hello,
Is there any way I can have the Backup report emailed to another user other than the admin?
Kind regards,
Charles
-
Set up a group named adminrep or whatever. Then include the users you want to receive the admin & backup reports in that group. This will not isolate the backup reports but at least more than one user will get all the admin and backup reports.
Ray
-
In /etc/crontab there is a line ;
0 2 * * * root /sbin/e-smith/do_backup
Which I suspect is derived from expanding the template ;
In the file /etc/e-smith/templates/etc/crontab/backup at the bottom I was thinking of ammending to this ;
--snip--
"$backupMin $backupHour * * * root"
. " /sbin/e-smith/do_backup | mail -s "Tape Backup Log" admin@otherdomain.com"
--snip--
Any reasons this wouldnt work (syntax or otherwise)?
I am not sure how to customise just part of a template so any guidance on the above or on customising templates would be greatfully received !!!
Many Thanks !
ps This is a feature request :)