View Single Post
  #3  
Old 09-09-2006, 10:08 AM
MacOfTheEast MacOfTheEast is offline
Registered User
 
Join Date: Jul 2006
Location: Dirty Side, USA
Posts: 8
Quote:
Originally Posted by dnanian View Post
You probably want something like (and this is shell):

tail -n 20 /the/path-to-the/log | mail -s "Backup Results" me@mydomain.com
Yes.. . But I read elsewhere on the forum that you could actually obtain the path and the name of the logfile from within the run script so I thought grabbing it there would be the best choice. Can you please provide an example of how the routine could be incorporated within the "on afterRunningCopy()" block? Of course, you know what I'm trying to achieve.

Thanks,
MOTE
________
volcano vaporizer review

Last edited by MacOfTheEast; 01-19-2011 at 09:05 PM.
Reply With Quote