Replication

ContinuousDataReplicator (CDR)

CDR replicates data from a source computer to a destination computer. This is done in near real-time by logging all file write activity to a replication log in the source computer, including new files and changes to existing files. These replication logs are transferred to the destination computer and replayed, ensuring that the destination remains a nearly real-time replica of the source.

For more information about data replication, see Overview - ContinuousDataReplicator.

Database Replication

Keep up-to-date copies of production databases on alternate servers, thus minimizing down time in cases where the production database server has failed. The advantages of Warm Database Restore over a traditional restore scenario is that the database is always kept in a near ready state. In the case of disaster, users do not need to wait for the time it would take to restore the database in its entirety. Only the latest backup may need to be applied to the target database before turning the application over to use it.

For more information, see Hot Standby Server Restore - SQL Agent or Replication Using Warm Database Restore - MySQL Agent.

Virtual Machine Replication

Use the Live Sync feature to perform incremental replication from a VM backup or database backup to a synced copy of the source. The Live Sync operation continuously applies changes from the source backups since the last sync point. You can use the following backup types for Live Sync:

  • Traditional backups

  • Auxiliary copies

  • Backup copies

The Live Sync feature performs the following procedures:

  • Initiates the replication automatically after a backup completes, or on a schedule.

  • Copies the backup data to remote disaster recovery (DR) sites with deduplication to minimize the wide area network (WAN) traffic. Live Sync then runs at the DR site.

For more information, see Live Sync Replication.

Snapshot Replication

You can copy Amazon snapshots between geographic regions, and then perform a full virtual machine restore from the copied snapshots. This is especially useful for disaster recovery.

For more information, see Replicating Snapshots.

Loading...