Hello,
Is there a way to receive a list of VIB-files that are linked to a VBK-file?
Or the other way. When you have the vib-file, request the files needed to use that vib-file?
Kind regards,
Bert
-
- Service Provider
- Posts: 45
- Liked: 5 times
- Joined: Nov 08, 2013 2:53 pm
- Full Name: Bert D'hont
- Contact:
-
- Product Manager
- Posts: 20415
- Liked: 2302 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Linked files
There must be an easier way to achieve your goal, but that's what I was able to come up with:Is there a way to receive a list of VIB-files that are linked to a VBK-file?
Code: Select all
Get-VBRRestorePoint -Backup $Backup -Name "Name of your VM" | where {$_.type -eq "increment" -and $_.GetFull().Id -eq "ID of full backup"}
Who is online
Users browsing this forum: No registered users and 4 guests