The replication job doesn't have any VM retention.
asnp VeeamPSSnapin
$Job = Get-VBRJob -name "Name of your replication job"
$Job.BackupStorageOptions.RetainDaysasnp VeeamPSSnapin
$Job = Get-VBRJob -name "Name of your replication job"
$OptionsToSet = $Job.GetOptions()
$OptionsToSet.BackupStorageOptions.RetainDays = "The deleted VM retention period" #By default this number is 14.
$Job.SetOptions($OptionsToSet)Return to Veeam Backup & Replication
Users browsing this forum: Bing [Bot], Google [Bot], kailon and 17 guests