Skip to content

What is Database backup? Definition and explanations

A database backup is a consistent copy of the data taken at a point in time and kept away from the production server. It can be full, differential or continuous through transaction logs, which allows recovery to a precise second. A backup whose restore has never been tested does not count as a backup.

In one sentence

A database backup is a consistent copy of the data, kept away from production.

Related terms

Sources and references

Glossary