Code: Select all
Get-VBRJob -name $BackupJobName | Set-VBRJobAdvancedBackupOptions -EnableFullBackup $true -TransformFullToSynthetic $false | Out-Null
Code: Select all
Unable to configure Full Backup: A parameter cannot be found that matches parameter name 'TransformFullToSynthetic'.
Code: Select all
-TransformFullToSyntethic <Boolean>
Used with incremental backup method.
If set to TRUE, the full synthetic backup will be enabled. Otherwise, you will have to perform full backups manually.
Use TransformToSyntethicDays to set the days to perform the synthetic full backups.
Cheers, Rob.