Comprehensive data protection for all workloads
Post Reply
jround
Enthusiast
Posts: 37
Liked: 6 times
Joined: Jun 04, 2019 3:01 pm
Contact:

Report on jobs only backing up selected disks rather than all disks

Post by jround »

Is there a way to report on all backup jobs in Veeam to show which are set to only back up 'selected disks' rather than 'all disks', I found one of our VMs hadn't been backing up the system drive due to someone setting up the job with specified drives only so would like to check the entire lot if possible!
veremin
Product Manager
Posts: 20284
Liked: 2258 times
Joined: Oct 26, 2012 3:28 pm
Full Name: Vladimir Eremin
Contact:

Re: Report on jobs only backing up selected disks rather than all disks

Post by veremin »

If you're not against scripting, you can run the following command:

Code: Select all

asnp VeeamPSSnapin
Get-VBRJob | where {$_.GetObjectsInJob().diskfilterinfo.mode -eq "SelectedDisks"} | select name
Thanks!
Post Reply

Who is online

Users browsing this forum: No registered users and 109 guests