Logical Backup

Logical backup is a copy of objects used in an application (e.g. database tables), that is made by accessing them through the application’s interfaces. Unlike physical backup which is basically file-level backup made by simple copying of the program’s files, logical backup has higher accuracy, because it allows accessing data that is kept in memory and is not yet saved on the disk.

An example of logical backup is the MySQL Backup plug-in of Handy Backup which connects to the database like a common MySQL client application and uses MySQL’s original connectors to export the data. To learn more about the plug-in, please refer to MySQL Backup.




Learn more:

  • Database Storage Engine
    "Database storage engine is a mechanism employed by database management software that defines how it stores and handles data. Different DBMS have different…"
  • Physical Backup
    "Physical backup is a copy of an application’s binary files that is performed on hard drive level using common file system queries, rather than using the…"
  • Database Dump
    "Database dump is a text file containing a set of SQL statements that need to be run on an SQL server to create a database with the entire internal structure…"


Backup Terms Glossary

Who uses Handy Backup?