SlideShare a Scribd company logo
1 of 10
PREVENTING DATA LOSS
MEMBER GROUP:
JESSYLIANA ANAK JOSEPH
SANDRA ELIZABETH ANAK PHILIP
LEORNARD LIM LEE LEONG
ERRA FAZIRA BINTI RAZALI
SUZY ANAK SIBA
WHAT IS PHYSICAL BACKUP???
 consists of exact copies of database directories and files.
 Typically, this is a copy of all or part of the MariaDB or MySQL data
directory.
 can be performed using utilities and tools, but also manually by
copying data files to a backup storage device .
 Raw backups are usually faster to restore
 The restore procedure is basically a simple copy of the binary files.
ADVANTAGES
DISADVANTAGES
 portable only to other machines that have identical or similar
hardware characteristics.
WHAT IS LOGICAL BACKUP???
 executed by querying the MariaDB or MySQL server to obtain the
database structure and the content information.
 Usually, a logical backup is generated by a tool that writes all the
SQL queries required to create the tables of that database, as well as
all the insert queries required to place the information back into the
database tables.
ADVANTAGES
 SQL dumps have the advantage of being easy to use and flexible, as the
SQL statements can be manipulated as required using standard text tools.
 It is easy to restore only certain records or tables.
 They are machine independent and highly portable.
DISADVANTAGES
 Backups in logical format are large particularly when saved in text
format
 often slow to create and restore
BACKUP METHODS
 Backups can have an impact on the activity of a live server and
sometimes a backup or a restore activity can cause services
disruption.
Two type is major to use :-1) HOT BACKUP
2) COLD BACKUP
HOT BACKUP
ADVANTAGES
1. Tablespace or data file-level backup, the backup time is short.
2. Backup of the database can still be used.
3. Can reach the second level recovery (return to a certain point in time).
4. Can recover almost all database entities.
5. Recovery is fast recovery in most cases in the database is still working.
DISADVANTAGES
1. Can not go wrong, otherwise the consequences could be serious.
2. If the backup fails, the results can not be used for point in time recovery.
3. Difficult to maintain, so be particularly careful not allowed to fail in the end.
COLD BACKUP
ADVANTAGES
1. Very fast backup method (just copy files)
2. Easy to archive (can simply copy)
3. Easy to restore to a point in time (just the file and then copy it back again)
4. Combined with the archive, for database "recovery”.
5. Low maintenance, high security.
DISADVANTAGES
1. When used alone, can only be provided to a certain point in time "recovery”.
2. In the whole process of implementation of the backup, the database must be backed
up and can not be used for other work. In other words, the database must be turned off.
3. If disk space is limited, can only copy to tape or other external storage device, the
speed will be very slow.
4. Not by table or by the user to restore.
THANK YOU!!!

More Related Content

What's hot

Storegrid 2.5.1 Biz Edition
Storegrid 2.5.1 Biz EditionStoregrid 2.5.1 Biz Edition
Storegrid 2.5.1 Biz Edition
Revolucion
 
3 storegrid 2.5.1-biz_edition
3 storegrid 2.5.1-biz_edition3 storegrid 2.5.1-biz_edition
3 storegrid 2.5.1-biz_edition
Revolucion
 
Less05 storage
Less05 storageLess05 storage
Less05 storage
Imran Ali
 
All types of backups and restore
All types of backups and restoreAll types of backups and restore
All types of backups and restore
Vasudeva Rao
 
Mysql Replication Excerpt 5.1 En
Mysql Replication Excerpt 5.1 EnMysql Replication Excerpt 5.1 En
Mysql Replication Excerpt 5.1 En
liufabin 66688
 
My SQL conceptual architecture
My SQL conceptual architectureMy SQL conceptual architecture
My SQL conceptual architecture
M Vinay Kumar
 
Less02 Installation
Less02 InstallationLess02 Installation
Less02 Installation
vivaankumar
 

What's hot (20)

Storegrid 2.5.1 Biz Edition
Storegrid 2.5.1 Biz EditionStoregrid 2.5.1 Biz Edition
Storegrid 2.5.1 Biz Edition
 
3 storegrid 2.5.1-biz_edition
3 storegrid 2.5.1-biz_edition3 storegrid 2.5.1-biz_edition
3 storegrid 2.5.1-biz_edition
 
8 i rman_love_it
8 i rman_love_it8 i rman_love_it
8 i rman_love_it
 
Less05 storage
Less05 storageLess05 storage
Less05 storage
 
12. oracle database architecture
12. oracle database architecture12. oracle database architecture
12. oracle database architecture
 
Data servers
Data serversData servers
Data servers
 
Basic oracle-database-administration
Basic oracle-database-administrationBasic oracle-database-administration
Basic oracle-database-administration
 
Mssql database repair when DBCC CHECKDB fails
Mssql database repair when DBCC CHECKDB failsMssql database repair when DBCC CHECKDB fails
Mssql database repair when DBCC CHECKDB fails
 
database backup and recovery
database backup and recoverydatabase backup and recovery
database backup and recovery
 
Slides
SlidesSlides
Slides
 
All types of backups and restore
All types of backups and restoreAll types of backups and restore
All types of backups and restore
 
Sql server backup internals
Sql server backup internalsSql server backup internals
Sql server backup internals
 
Mysql Replication Excerpt 5.1 En
Mysql Replication Excerpt 5.1 EnMysql Replication Excerpt 5.1 En
Mysql Replication Excerpt 5.1 En
 
MySQL Backup & Recovery
MySQL Backup & RecoveryMySQL Backup & Recovery
MySQL Backup & Recovery
 
Mirroring in SQL Server 2012 R2
Mirroring in SQL Server 2012 R2Mirroring in SQL Server 2012 R2
Mirroring in SQL Server 2012 R2
 
My SQL conceptual architecture
My SQL conceptual architectureMy SQL conceptual architecture
My SQL conceptual architecture
 
Less02 Installation
Less02 InstallationLess02 Installation
Less02 Installation
 
MySQL Atchitecture and Concepts
MySQL Atchitecture and ConceptsMySQL Atchitecture and Concepts
MySQL Atchitecture and Concepts
 
Oracle architecture
Oracle architectureOracle architecture
Oracle architecture
 
SQL Server Database Recovery
SQL Server Database RecoverySQL Server Database Recovery
SQL Server Database Recovery
 

Similar to Preventing data loss OS

Oracle ocp backup exam
Oracle ocp backup examOracle ocp backup exam
Oracle ocp backup exam
sriram raj
 
Oracle OCP Backup Exam
Oracle OCP Backup ExamOracle OCP Backup Exam
Oracle OCP Backup Exam
Inprise Group
 
Dueling duplications RMAN vs Delphix
Dueling duplications RMAN vs DelphixDueling duplications RMAN vs Delphix
Dueling duplications RMAN vs Delphix
Kyle Hailey
 
Backup and Recovery Procedure
Backup and Recovery ProcedureBackup and Recovery Procedure
Backup and Recovery Procedure
Anar Godjaev
 

Similar to Preventing data loss OS (20)

BACKUP & RECOVERY IN DBMS
BACKUP & RECOVERY IN DBMSBACKUP & RECOVERY IN DBMS
BACKUP & RECOVERY IN DBMS
 
Backup beyond just a strategy with SQL Server
Backup beyond just a strategy with SQL ServerBackup beyond just a strategy with SQL Server
Backup beyond just a strategy with SQL Server
 
Backup & recovery with rman
Backup & recovery with rmanBackup & recovery with rman
Backup & recovery with rman
 
Oracle ocp backup exam
Oracle ocp backup examOracle ocp backup exam
Oracle ocp backup exam
 
Oracle OCP Backup Exam
Oracle OCP Backup ExamOracle OCP Backup Exam
Oracle OCP Backup Exam
 
Dueling duplications RMAN vs Delphix
Dueling duplications RMAN vs DelphixDueling duplications RMAN vs Delphix
Dueling duplications RMAN vs Delphix
 
Database backup and recovery basics
Database backup and recovery basicsDatabase backup and recovery basics
Database backup and recovery basics
 
[Altibase] 13 backup and recovery
[Altibase] 13 backup and recovery[Altibase] 13 backup and recovery
[Altibase] 13 backup and recovery
 
Les 06 Perform Rec
Les 06 Perform RecLes 06 Perform Rec
Les 06 Perform Rec
 
Backups And Recovery
Backups And RecoveryBackups And Recovery
Backups And Recovery
 
Backup&recovery
Backup&recoveryBackup&recovery
Backup&recovery
 
DMS
DMSDMS
DMS
 
Disaster Management - Technical
Disaster Management - TechnicalDisaster Management - Technical
Disaster Management - Technical
 
final.pptx
final.pptxfinal.pptx
final.pptx
 
Database administrator project-presentation-1-v1
Database administrator project-presentation-1-v1Database administrator project-presentation-1-v1
Database administrator project-presentation-1-v1
 
Backup & restore in windows
Backup & restore in windowsBackup & restore in windows
Backup & restore in windows
 
IMSDB - DBRC
IMSDB - DBRCIMSDB - DBRC
IMSDB - DBRC
 
Oracle database hot backup and recovery
Oracle database hot backup and recoveryOracle database hot backup and recovery
Oracle database hot backup and recovery
 
Backup and Recovery Procedure
Backup and Recovery ProcedureBackup and Recovery Procedure
Backup and Recovery Procedure
 
Database backup & recovery
Database backup & recoveryDatabase backup & recovery
Database backup & recovery
 

Recently uploaded

Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
panagenda
 
Tales from a Passkey Provider Progress from Awareness to Implementation.pptx
Tales from a Passkey Provider  Progress from Awareness to Implementation.pptxTales from a Passkey Provider  Progress from Awareness to Implementation.pptx
Tales from a Passkey Provider Progress from Awareness to Implementation.pptx
FIDO Alliance
 
CORS (Kitworks Team Study 양다윗 발표자료 240510)
CORS (Kitworks Team Study 양다윗 발표자료 240510)CORS (Kitworks Team Study 양다윗 발표자료 240510)
CORS (Kitworks Team Study 양다윗 발표자료 240510)
Wonjun Hwang
 

Recently uploaded (20)

Microsoft CSP Briefing Pre-Engagement - Questionnaire
Microsoft CSP Briefing Pre-Engagement - QuestionnaireMicrosoft CSP Briefing Pre-Engagement - Questionnaire
Microsoft CSP Briefing Pre-Engagement - Questionnaire
 
Intro to Passkeys and the State of Passwordless.pptx
Intro to Passkeys and the State of Passwordless.pptxIntro to Passkeys and the State of Passwordless.pptx
Intro to Passkeys and the State of Passwordless.pptx
 
ChatGPT and Beyond - Elevating DevOps Productivity
ChatGPT and Beyond - Elevating DevOps ProductivityChatGPT and Beyond - Elevating DevOps Productivity
ChatGPT and Beyond - Elevating DevOps Productivity
 
Top 10 CodeIgniter Development Companies
Top 10 CodeIgniter Development CompaniesTop 10 CodeIgniter Development Companies
Top 10 CodeIgniter Development Companies
 
ADP Passwordless Journey Case Study.pptx
ADP Passwordless Journey Case Study.pptxADP Passwordless Journey Case Study.pptx
ADP Passwordless Journey Case Study.pptx
 
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
 
ERP Contender Series: Acumatica vs. Sage Intacct
ERP Contender Series: Acumatica vs. Sage IntacctERP Contender Series: Acumatica vs. Sage Intacct
ERP Contender Series: Acumatica vs. Sage Intacct
 
Tales from a Passkey Provider Progress from Awareness to Implementation.pptx
Tales from a Passkey Provider  Progress from Awareness to Implementation.pptxTales from a Passkey Provider  Progress from Awareness to Implementation.pptx
Tales from a Passkey Provider Progress from Awareness to Implementation.pptx
 
CORS (Kitworks Team Study 양다윗 발표자료 240510)
CORS (Kitworks Team Study 양다윗 발표자료 240510)CORS (Kitworks Team Study 양다윗 발표자료 240510)
CORS (Kitworks Team Study 양다윗 발표자료 240510)
 
Easier, Faster, and More Powerful – Notes Document Properties Reimagined
Easier, Faster, and More Powerful – Notes Document Properties ReimaginedEasier, Faster, and More Powerful – Notes Document Properties Reimagined
Easier, Faster, and More Powerful – Notes Document Properties Reimagined
 
Design and Development of a Provenance Capture Platform for Data Science
Design and Development of a Provenance Capture Platform for Data ScienceDesign and Development of a Provenance Capture Platform for Data Science
Design and Development of a Provenance Capture Platform for Data Science
 
How to Check CNIC Information Online with Pakdata cf
How to Check CNIC Information Online with Pakdata cfHow to Check CNIC Information Online with Pakdata cf
How to Check CNIC Information Online with Pakdata cf
 
Portal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russePortal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russe
 
Generative AI Use Cases and Applications.pdf
Generative AI Use Cases and Applications.pdfGenerative AI Use Cases and Applications.pdf
Generative AI Use Cases and Applications.pdf
 
Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)
Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)
Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)
 
WebAssembly is Key to Better LLM Performance
WebAssembly is Key to Better LLM PerformanceWebAssembly is Key to Better LLM Performance
WebAssembly is Key to Better LLM Performance
 
Overview of Hyperledger Foundation
Overview of Hyperledger FoundationOverview of Hyperledger Foundation
Overview of Hyperledger Foundation
 
Working together SRE & Platform Engineering
Working together SRE & Platform EngineeringWorking together SRE & Platform Engineering
Working together SRE & Platform Engineering
 
Introduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDMIntroduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDM
 
State of the Smart Building Startup Landscape 2024!
State of the Smart Building Startup Landscape 2024!State of the Smart Building Startup Landscape 2024!
State of the Smart Building Startup Landscape 2024!
 

Preventing data loss OS

  • 1. PREVENTING DATA LOSS MEMBER GROUP: JESSYLIANA ANAK JOSEPH SANDRA ELIZABETH ANAK PHILIP LEORNARD LIM LEE LEONG ERRA FAZIRA BINTI RAZALI SUZY ANAK SIBA
  • 2. WHAT IS PHYSICAL BACKUP???  consists of exact copies of database directories and files.  Typically, this is a copy of all or part of the MariaDB or MySQL data directory.
  • 3.  can be performed using utilities and tools, but also manually by copying data files to a backup storage device .  Raw backups are usually faster to restore  The restore procedure is basically a simple copy of the binary files. ADVANTAGES DISADVANTAGES  portable only to other machines that have identical or similar hardware characteristics.
  • 4. WHAT IS LOGICAL BACKUP???  executed by querying the MariaDB or MySQL server to obtain the database structure and the content information.  Usually, a logical backup is generated by a tool that writes all the SQL queries required to create the tables of that database, as well as all the insert queries required to place the information back into the database tables.
  • 5. ADVANTAGES  SQL dumps have the advantage of being easy to use and flexible, as the SQL statements can be manipulated as required using standard text tools.  It is easy to restore only certain records or tables.  They are machine independent and highly portable. DISADVANTAGES  Backups in logical format are large particularly when saved in text format  often slow to create and restore
  • 6.
  • 7. BACKUP METHODS  Backups can have an impact on the activity of a live server and sometimes a backup or a restore activity can cause services disruption. Two type is major to use :-1) HOT BACKUP 2) COLD BACKUP
  • 8. HOT BACKUP ADVANTAGES 1. Tablespace or data file-level backup, the backup time is short. 2. Backup of the database can still be used. 3. Can reach the second level recovery (return to a certain point in time). 4. Can recover almost all database entities. 5. Recovery is fast recovery in most cases in the database is still working. DISADVANTAGES 1. Can not go wrong, otherwise the consequences could be serious. 2. If the backup fails, the results can not be used for point in time recovery. 3. Difficult to maintain, so be particularly careful not allowed to fail in the end.
  • 9. COLD BACKUP ADVANTAGES 1. Very fast backup method (just copy files) 2. Easy to archive (can simply copy) 3. Easy to restore to a point in time (just the file and then copy it back again) 4. Combined with the archive, for database "recovery”. 5. Low maintenance, high security. DISADVANTAGES 1. When used alone, can only be provided to a certain point in time "recovery”. 2. In the whole process of implementation of the backup, the database must be backed up and can not be used for other work. In other words, the database must be turned off. 3. If disk space is limited, can only copy to tape or other external storage device, the speed will be very slow. 4. Not by table or by the user to restore.