Click or drag to resize

MirrorOperationOptions Enumeration

Specifies what to do when a verify mirror operation is performed.

Namespace:  DoubleTake.Core.Contract.Connection
Assembly:  DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntax
public enum MirrorOperationOptions
Members
  Member nameValueDescription
None0 Double-Take will not mirror any files.
Synchronize1 Double-Take will mirror the files from the source to the target. If you use this property by itself, all files will be mirrored. If you use this property with CalculateDifferences, only the differences will be mirrored.
Report2 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.
CalculateDifferences4 The mirroring operation will calculate the differences between the source protected data and the replica on the target using MirrorComparisonCriteria.
CalculateSize8 The mirroring operation will calculate the size of the source protected data set.
ProcessOrphans16 The mirroring operation will process orphan files (files in the target path location that are not present on the source).
See Also