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 ?
-
- Veeam Legend
- Posts: 824
- Liked: 128 times
- Joined: May 11, 2018 8:42 am
- Contact:
-
- Veeam Software
- Posts: 2015
- Liked: 671 times
- Joined: Sep 25, 2019 10:32 am
- Full Name: Oleg Feoktistov
- Contact:
Re: Get-VBRBackupCopyJob wrong type
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:
Best regards,
Oleg
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
Oleg
-
- Veeam Legend
- Posts: 824
- Liked: 128 times
- Joined: May 11, 2018 8:42 am
- Contact:
Re: Get-VBRBackupCopyJob wrong type
Thanks for your answer
Who is online
Users browsing this forum: Majestic-12 [Bot] and 9 guests