How can I find servers in my environment that aren’t backed up?

0
0
Asked By SkyWalker89 On

I recently discovered a server in our environment that isn't being backed up, and I have a feeling there are more like it. I'm looking for a tool or software that can help identify which servers aren't backed up. Ideally, it should work with SCCM and my backup solution, NetBackup, to generate a report. Any suggestions?

6 Answers

Answered By CuriousAdmin On

I’m curious about what defines a server as being backed up? How would random software determine that? Since you're using NetBackup, shouldn't that be your authoritative source for this data? If you have a list of servers, checking against NetBackup should give you the answer.

Answered By TechSavvyDude On

One option is to export a list of the servers that are currently backed up from NetBackup. You can then compare this list against the servers in Active Directory or wherever you manage your inventory to see what's missing.

Answered By BackupWizard88 On

Another idea is to have your backup software run a script after each backup that appends server details like Name, IP, and time to a shared CSV file. You can then check this file to identify any servers missing from it. This is a really solid approach! I'm also considering implementing a check for backups to ensure none fail or rely on a second source for verification.

Answered By CloudGuru23 On

You can also use Active Directory to query all the connected servers. Running a report on NetBackup and comparing the two lists can help you find servers that aren’t backed up. I did something similar using Veeam and it worked out well.

Answered By VeeamFan99 On

If you’re using Veeam, it automatically notifies you about any servers that aren’t backed up. You might want to check with your backup vendor to see if they offer anything similar. It's really convenient!

CuriousAdmin -

Really? Where exactly can you find that alert in Veeam, and how do I access it?

Answered By ExcelNinja22 On

One simple option is to just use Excel to manage and compare your lists.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.