-
- 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
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!
-
- Product Manager
- Posts: 20413
- Liked: 2301 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
If you're not against scripting, you can run the following command:
Thanks!
Code: Select all
asnp VeeamPSSnapin
Get-VBRJob | where {$_.GetObjectsInJob().diskfilterinfo.mode -eq "SelectedDisks"} | select name
Who is online
Users browsing this forum: ybarrap2003 and 140 guests