Enumerations > MirrorOperationOptions

MirrorOperationOptions

Parameter of

MirrorParameters, VerifySchedule

Properties

Name Enumeration Description
None 0 Double-Take will not mirror any files.
Synchronize 1 Double-Take will mirror the files from the source to the target. If you use this property by itself, all files will be mirror. If you use this property with CalculateDifferences, only the differences will be mirrored.
Report 2 Double-Take will only report the differences found between the source protected data set and the replica on the target. You must use this option with CalculateDifferences in order for the differences to be reported.
CalculateDifferences 4 The mirroring operation will calculate the differences between the source protected data and the replica on the target using MirrorComparisonCriteria
CalculateSize 8 The mirroring operation will calculate the size of the source protected data set.
ProcessOrphans 16 The mirroring operation will process orphan files (files in the target path location that are not present on the source).