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:

  • Foreign Key
    "Foreign key is a field in a “child” table of a database that is used to refer to a record in a “parent” table of the same database. For example, if there…"
  • MyISAM
    "MyISAM is a storage engine employed by MySQL database that was used by default prior to MySQL version 5.5 (released in December, 2009). It is based on…"
  • MySQL Clustering
    "MySQL clustering is a technology that allows distributing the MySQL database across multiple independent nodes, to eliminate every possibility of failure.…"


Backup Terms Glossary

Who uses Handy Backup?