One of the reasons for checking out WGS Forums regularly is that its a great place to get support on technical problems from the community, learn more about Windows Home Server and share ideas for new add-ins you’d like to see. Ron Levenberg did just that yesterday, with a wish to be able to receive a daily email with a backup status report from his home server. He writes:
I would love to be able to get a daily e-mail that confirms to me that all my PCs connected to my home server have been backed up successfully and, if not, which PCs don’t have current backups. It could be something like the Computers & Backups page data. I don’t want to login to the server to verify this, and I certainly don’t want to View Details for each PC to make sure all of yesterday’s backups are good.
Does anyone know of an add-in that can provide this?I tried Remote Notification, but it only informs of warnings and errors. Since it doesn’t send messages saying an error condition (like a failed backup) has been cleared, it doesn’t really meet my need.
Thanks, all!
Ron
Unfortunately, there’s no add-in that does this, but in a matter of hours, developer Sam Wood knocked up a quick application which enables this feature:
Hi Ron,
I just whipped this console app up, because I thought it was an interesting problem.
You’ll need to extract both files to C:\Program Files\Windows Home Server\ and then edit the config file in Notepad to add your SMTP details. The configuration should be self-explanatory.
Then you can add a Scheduled Task on the server to run WhsClientBackupNotifier.exe once a day (or however often you want), and you’ll get emailed the current backup status of each client (if a backup is running, you’ll see that too).
Output looks like this at the moment (let me know if you want to see other details):
NYARLATHOTEP (192.168.xx.xx)
———————————
Last Good Backup: 31/07/2010 2:58:01 a.m.
Last Backup Status: Complete
Current Health Status: NormalSULACO (192.168.xx.xx)
———————————
Last Good Backup: 31/07/2010 2:31:10 a.m.
Last Backup Status: Complete
Current Health Status: NormalCTHULHU (192.168.xx.xx)
———————————
Last Good Backup: 30/07/2010 8:33:03 p.m.
Last Backup Status: Cancelled
Current Health Status: NormalDEEPONE (192.168..xx.xx)
———————————
Last Good Backup: 30/07/2010 4:35:27 p.m.
Last Backup Status: Complete
Current Health Status: Normal
The power of community in action! Check out the app and jump in on the conversation over at WGS Forums.
More: WGS Forums



















