Email with changed file details

Discuss RoboTask here
Post Reply
Prem
Posts: 35
Joined: Fri Sep 30, 2005 2:01 am
Location: Netherlands

Email with changed file details

Post by Prem »

I use NT Backup for my daily server backup, but NT Backup does not have the possibility to send a confirmation email of succesful backup/logfile.
Can someone please help me with making code for emailing the backup logfile (in the body of the email, not as attachment). The logfile that NT backup automatically creates, has an increasing number in its filename (..backup34.log, backup35.log etc).
The location of the logfile is C:\Documents and Settings\username\Local Settings\Application Data\Microsoft\Windows NT\NTBackup\data\backup**.log
Thanks
Last edited by Prem on Tue Oct 11, 2005 9:59 am, edited 1 time in total.
Oleg
Site Admin
Posts: 3014
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Email with changed file details

Post by Oleg »

There is {TextFile(file_name.txt)} system variable to insert text file into message body. What file log-file do you want to insert into message body? Latest?
Prem
Posts: 35
Joined: Fri Sep 30, 2005 2:01 am
Location: Netherlands

Email with changed file details

Post by Prem »

Thanks for the hint..yes, the latest.
But never mind, I have installed other backup software with email notification possibility.
Post Reply