PowerShell script exchange
Post Reply
jed-hyper
Enthusiast
Posts: 39
Liked: 4 times
Joined: Feb 26, 2014 4:42 am
Full Name: Jed Parkes
Contact:

Get-VBRImportedEncryptedBackup results changed in Update3

Post by jed-hyper »

Since installing Update3 (9.5.0.1536) when i run

Code: Select all

Get-VBRImportedEncryptedBackup
it is showing all my backups where in update2 it would only show my imported encrypted backups.
Any idea how to fix this ?

This is the results from an Update3 machine. It should not have the 2x backups from y:\ it should only have the x:\ backup
Path -------------------------------------------------------- Name ------------------------------- Id
y:\Veeam-BackupJob-Main\BackupJob-Main --------- BackupJob-Main ------------------ 88cae5ae-df88-49ae-bcc6-926f0866d611
y:\Veeam-BackupJob-Forever\BackupJob-Forever - BackupJob-Forever --------------- ba812aa7-d89a-4a4f-8b87-aaab561d14fa
X:\Backup_0_Successful\Veeam95-Host\Dir_1 ------- BackupJob-Main_imported ----- f0a687b0-5d98-4bd8-8504-a9d9ebf6b2ca

This is the results from an Update2 machine. It is correct, it only has the x:\ backup
Path -------------------------------------------------------- Name ------------------------------- Id
X:\Backup_0_Successful\Veeam95-Host\Dir_1 ------- BackupJob-Main_imported ----- f0a687b0-5d98-4bd8-8504-a9d9ebf6b2ca
veremin
Product Manager
Posts: 20284
Liked: 2258 times
Joined: Oct 26, 2012 3:28 pm
Full Name: Vladimir Eremin
Contact:

Re: Get-VBRImportedEncryptedBackup results changed in Update

Post by veremin »

Confirmed to be a bug, should be fixed in one of the next product updates. Thanks.
tdewin
Veeam Software
Posts: 1775
Liked: 646 times
Joined: Mar 02, 2012 1:40 pm
Full Name: Timothy Dewin
Contact:

Re: Get-VBRImportedEncryptedBackup results changed in Update

Post by tdewin »

BTW as a workaround you could use this "_imported" suffix in the name as a filter, eg

Code: Select all

Get-VBRImportedEncryptedBackup | ? { $_.name -match "_imported$" }
Post Reply

Who is online

Users browsing this forum: Semrush [Bot] and 21 guests