TechSupp Posted January 12, 2016 Posted January 12, 2016 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.
Edu-IT Posted January 12, 2016 Posted January 12, 2016 We use a whiteboard in the office which has a calendar printed on it already so we can just write in the boxes in whiteboard pen. 1
Ephelyon Posted January 12, 2016 Posted January 12, 2016 Depending on what you're using, can it not e-mail you if a job fails? Veeam is set to alert me that way here.
TechSupp Posted January 13, 2016 Author Posted January 13, 2016 Only using the backup utility in Server 2008, dont think it has that facility.
Ephelyon Posted January 13, 2016 Posted January 13, 2016 Not natively, but since it writes to the Event Log you can configure alerts based on that: Configure Email Notification for Windows Server Backup - BlueCompute 1
hallb15 Posted January 13, 2016 Posted January 13, 2016 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. 1
TechSupp Posted January 14, 2016 Author Posted January 14, 2016 I'll have to check, and yes we have a Buffalo NAS Box.
hallb15 Posted January 14, 2016 Posted January 14, 2016 Type the serial number of your buffalo NAS into this page and it will tell you if you are entitled to the free NovaStor software: Congratulations on your purchase of a Buffalo Drive with Free NovaBACKUP Software
psydii Posted January 27, 2016 Posted January 27, 2016 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.
TechSupp Posted January 27, 2016 Author Posted January 27, 2016 @TechSupp did you sort this one out? No sorry, not yet, as usual other things have overtaken it at the moment.
hallb15 Posted January 28, 2016 Posted January 28, 2016 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...
Sephiroth Posted January 28, 2016 Posted January 28, 2016 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
psydii Posted January 28, 2016 Posted January 28, 2016 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now