PowerShell script exchange
Post Reply
matteu
Veeam Legend
Posts: 725
Liked: 118 times
Joined: May 11, 2018 8:42 am
Contact:

Get-VBRBackupCopyJob wrong type

Post by matteu »

Hello,

I create 2 backup copy job (1 prunning, 1 immediate)
Then I use (Get-VBRBackupCopyJob).Type

Both are ImmediateBackupCopy

Am I doing something wrong ?
oleg.feoktistov
Veeam Software
Posts: 1918
Liked: 636 times
Joined: Sep 25, 2019 10:32 am
Full Name: Oleg Feoktistov
Contact:

Re: Get-VBRBackupCopyJob wrong type

Post by oleg.feoktistov »

Hi matteu,

No, you did nothing wrong. ImmediateBackupCopy is just a placeholder for new backup copy job engine, which was added in v12.
If you want to determine if a job is periodic or immediate, take a look at Mode property:

Code: Select all

(Get-VBRBackupCopyJob).Mode
Best regards,
Oleg
matteu
Veeam Legend
Posts: 725
Liked: 118 times
Joined: May 11, 2018 8:42 am
Contact:

Re: Get-VBRBackupCopyJob wrong type

Post by matteu »

Thanks for your answer
Post Reply

Who is online

Users browsing this forum: No registered users and 16 guests