Hello,
How to get the value for Maintenance -> Defragment and compact full backup file with backup copy job with Get-VBRBackupCopyJob
-
- 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 defragment and compact
As with the deleted items retention policy, we cannot get defragment and compact options with Get-VBRBackupCopyJob cmdlet. Use thr workaround with Get-VBRJob:
Best regards,
Oleg
Code: Select all
$job = Get-VBRJob -Name "Backup Copy Job 1"
$job.Options.GenerationPolicy.EnableCompactFull
# and other properties inside $job.Options.GenerationPolicy that say *Compact Full*
Oleg
-
- Veeam Legend
- Posts: 824
- Liked: 128 times
- Joined: May 11, 2018 8:42 am
- Contact:
Re: Get-VBRBackupCopyJob defragment and compact
Hello,
Thanks, I hope soon on the new cmdlet
Thanks, I hope soon on the new cmdlet

Who is online
Users browsing this forum: No registered users and 10 guests