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
