Backup and Recovery and Security
Backup and Recovery and Security
RECOVERY
• . Backup: Backup refers to storing a copy of original data
which can be used in case of data loss. Backup is
considered one of the approaches to data protection.
Important data of the organization needs to be kept in
backup efficiently for protecting valuable data. Backup can
be achieved by storing a copy of the original data
separately or in a database on storage devices. There are
various types of backups are available like full backup,
incremental backup, Local backup, mirror backup, etc.
• 2. Recovery: Recovery refers to restoring lost data by
following some processes. Even if the data was backed up
still lost so it can be recovered by using/implementing
some recovery techniques. When a database fails due to
any reason then there is a chance of data loss, so in that
case recovery process helps in improve the reliability of the
database.
DIFFERENCE BETWEEN BACKUP AND
RECOVERY
Backup Recovery
Backup refers to storing a copy of original data separately. Recovery refers to restoring the lost data in case of failure.
So we can say Backup is a copy of data which is used to So we can say Recovery is a process of retrieving lost,
restore original data after a data loss/damage occurs. corrupted or damaged data to its original state.
In simple backup is the replication of data. In simple recovery is the process to store the database.
The prior goal of backup is just to keep one extra copy to The prior goal of recovery is retrieve original data in case
refer in case of original data loss. of original data failure.
It helps in improving data protection. It helps in improving the reliability of the database.
Backup makes the recovery process more easier. Recovery has no role in data backup.