Hello all, we're using the following command to backup our DAG daily:
new-backup -Server 'EXCH-DAG-01' -ClusterAware -GenericNaming -ManagementGroup 'Daily' -RetainBackups 14 -RetainUtmBackups 2 -UseMountPoint -MountPointDir 'C:\Program Files\NetApp\SnapManager for Exchange\SnapMgrMountPoint' -RemoteAdditionalCopyBackup $False -PassiveDatabaseOnly -ActivationPreference 2 -Verify -VerificationServer 'EXCH-01'
From my understanding, the -RetainUtmBackups 2 option will keep all the transaction logs for the last two backups which should allow me to specify an arbitrary time between the full backups to do a restore - is this correct?
I only ask as when I attempt to do this it doesn't let me, I only have the option to restore from the daily backup snapshot.
Thanks for any help.