Cloud Data Protection & Technology Glossary
Pp
Point-in-Time Recovery (PITR)
Definition: The capability to restore a database, file system, or virtual machine to a highly specific, user-defined moment in the past.
Expanded Explanation: Instead of relying on static daily backups, PITR utilizes continuous transaction logs. This allows administrators to "rewind" a system to the exact second before an error occurred, effectively erasing the mistake without losing valid data processed earlier in the day.
Example Use Case: At 3:15 PM, a developer executes a flawed script that drops a critical database table. IT uses PITR to restore the database to exactly 3:14 PM.
Why It Matters: It allows for near-zero data loss when recovering from human errors or bad software deployments.
Related Terms: Recovery Point Objective (RPO), Application-Consistent Backup.