Jump to content

Recommended Posts

Posted
Had issues qith backups of late and came to pondering does anyone keep a record of each one done i.e. a signature sheet etc? We use batch files to create baremetal backups with the inbuilt server backup program, is there anyway to make it keep a record of when it has been sucessful or not rather than going through the backup program log? Just want to make it easy to spot when a backup has not run or failed for some reason.
Posted

If you want a cheap but reliable software package to provide email alerting, try this out.

https://www.backupassist.com/backupassist/features/reportsandalerts.html

It costs nothing for a trial and they offer educational discount if you decide to go ahead.

 

Alternatively, do you have or know anyone who has a Buffalo NAS box - they come with a free copy of NovaStor backup software.

I may have a spare license if you want it as we aren't using it with our NAS boxes - already got Altaro installed and working well so didn't need NovaStor.

  • Thanks 1
  • 2 weeks later...
Posted
Our back software emails the service desk, and someone opens the job and check all is well before closing it. This provides a record that the job ran, that it worked and that someone checked it.
Posted
No sorry, not yet, as usual other things have overtaken it at the moment.

OK, let me know if you do go down the NovaStor backup route.

@psydii That's a great idea! Why didn't I think of that? I've added our helpdesk email address to the failed backup notifications - lets hope I never need it... :)

Posted

If you're using batch files, it may be easier to move over to powershell and get that to send an email. PS code for sending an email:

 

Send-MailMessage -To $MailTo -Bcc $MailBCC -From $MailFrom -Subject $MailSubject -Body $MailBody -SmtpServer $MailSMTPServer

Posted
You'll want to send through successes too... what if a job failed to run? If you were only passing errors to the service desk, they would not be able to tell the difference between a successful job and one that failed to run at all.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...