Help Center> Server Migration Service> FAQs> Product Consultation> Will an Incremental Synchronization Overwrite Existing Data on a Launched Target Server?
Updated on 2023-03-16 GMT+08:00

Will an Incremental Synchronization Overwrite Existing Data on a Launched Target Server?

Whether an incremental synchronization overwrites existing data on a target server depends on the migration method used.

  • If the block-level migration method was used, the existing data on target server will be overwritten by data from the source server.
  • If the Linux file-level migration method was used, the advanced migration option Exclude Sync Paths is available. You can use this option to prevent the existing data in specific paths on the target server from being overwritten. The existing data in the other paths will be overwritten by the data in the corresponding paths on the source server.

Reasons

  • Linux file-level migrations use rsync for synchronization. During a synchronization, data changes are identified by data comparison between the source and target servers. These changes will be synchronized to the target server, and existing data on the target server will be overwritten or deleted.
  • Block-level migrations are performed by block. During a synchronization, the system identifies the differences between disk blocks on the source and target servers. It does not compare data stored in disk blocks. The changed disk blocks on the source server will be synchronized to the target server, and new data on the target server will be overwritten.

Product Consultation FAQs

more