- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Difference Between Backup and Recovery
In this post, we will understand the difference between backup and recovery.
Backup
It refers to storing a copy of the original data in a separate memory location.
It is basically a copy of data that is used to restore the original data in case of a data loss/damage.
It is the replication of data.
It just keeps one extra copy to ensure data is not lost forever.
It helps in giving data protection.
It makes the process of data recovery hassle free and easy.
It is an affordable process.
It is used in production environments.
Example - SnapManager helps create a backup of data and everything else in the database.
Recovery
It refers to restoring the lost data when there is failure.
It is a process of retrieving lost or corrupted or damaged data to its original form.
It is the process of storing the data back to the database.
Backup is used to recover the data.
It improves the reliability of the database.
Recovery is an expensive process.
It is not used frequently in production environments.
The cost of recovery is expensive.
Example: SnapManager helps recover the data to its last transaction.
- Related Articles
- Database Backup and Recovery
- What is Backup and recovery in data warehouses?
- Difference between Sync and Backup
- Difference between Withholding and Backup Withholding
- Difference between Business Continuity and Disaster Recovery
- Difference between Economic Expansion and Economic Recovery
- What are the strategy of backup and recovery in data warehouses?
- Difference between Business Continuity Plan and Disaster Recovery Plan
- Disaster Recovery - Overview and Recovery Plan
- What is Cloud Backup, how it works, and the Top Cloud Backup Providers?
- Backup Security Measures
- How to backup and restore a Docker Container?
- Difference Between & and &&
- What is meant by Capital Recovery?
- What is Recovery Testing? With Example
