VBR 12.2.0.334
There are Job1 and Job2.
There are vm1 and vm2 In Job1 which need to be migrated to Job2 and the same in secondary jobs(Backup copies). GUI allows me to do this. But I can’t figure out how to do this using Move-VBRBackup.
-
- Lurker
- Posts: 1
- Liked: never
- Joined: Sep 04, 2023 12:15 pm
- Full Name: aleksandr.nazarov
- Contact:
-
- Veeam Software
- Posts: 2021
- Liked: 673 times
- Joined: Sep 25, 2019 10:32 am
- Full Name: Oleg Feoktistov
- Contact:
Re: Moving VM+backup chains from job to job
Hi Aleksandr,
See the second point of the Syntax section here. Should be applicable to your case.
Example:
Best regards,
Oleg
See the second point of the Syntax section here. Should be applicable to your case.
Example:
Code: Select all
$sourceBackup = Get-VBRBackup -Name 'Backup Job 1'
$targetJob = Get-VBRJob -Name 'Backup Job 2'
Move-VBRBackup -Backup $sourceBackup -Job $targetJob -Name @('vm name 1', 'vm name 2') # You can pass an array of names
Oleg
Who is online
Users browsing this forum: AM1 and 4 guests