What are the SyncIQ **STF_PHASES** ?
Description SyncIQ has several **STF_PHASES** that represent different stages of the data replication process. These phases ensure that all changes, deletions, and additions are accurately replicated between the source and target clusters: 1. **STF_PHASE_SUMM_TREE**: Enumerates changed LINs (Logical Inode Numbers) to identify modifications. 2. **STF_PHASE_CC_DIR_DEL**: Enumerates deleted directories. 3. **STF_PHASE_CC_DIR_CHGS**: Enumerates added or changed directories.…