Backup and Replication Basic Details
Backup:
->Backup involves making a copy of data and storing it in a separate location to protect against data loss due to accidental deletion, corruption, or hardware failure.
->Backups are typically performed on a regular schedule (e.g., daily, weekly) and can be stored on local storage devices, network-attached storage (NAS), or cloud storage.
->Restoring data from a backup is a manual process and may take some time, especially for large amounts of data.
Replication:
->Replication involves creating and maintaining an exact copy of data in real-time or near-real-time on a separate storage system or location.
->Replication is often used for high availability and disaster recovery purposes, as it allows for quick failover to the replicated data in the event of a primary system failure.
->Replication can be synchronous (data is written to both locations simultaneously) or asynchronous (data is written to the primary location first and then copied to the secondary location).
Comments
Post a Comment