# How to Keep Backup Data in the Correct Order

> A method for ensuring that backup data arrives at a secondary storage location in the exact same sequence it was created at the primary location to prevent data corruption.

- **Patent:** US 9811430
- **Original title:** Method and system for incremental backup of data volumes
- **Owner:** Veritas Technologies LLC
- **Granted:** 2017
- **Status:** Active
- **Times cited:** 4
- **Field:** software, telecommunications, finance

## What it does

This patent describes a system for synchronizing data between a primary computer and a backup (secondary) computer. It uses a specific architecture where a primary node maintains three distinct areas: the main data storage, a primary log storage area (SRL) for tracking updates, and a separate backup storage area that keeps a redundant copy of those logs. When updates happen, the system ensures they are written to both the log and the backup storage at the primary site before being sent to the secondary site. By maintaining this strict sequence, the secondary node can apply the updates in the exact same order they occurred, ensuring the backup remains a perfect, consistent mirror of the primary data.

## What it does NOT cover

- Does not cover systems that replicate data without maintaining a strict chronological sequence of updates.
- Does not cover backup methods that do not utilize a dedicated log storage area (SRL) at the primary node.
- Does not cover data synchronization that occurs without the use of a secondary replication storage group (RSG).

## The clever bit

The innovation lies in the concurrent writing of updates to both a primary log and a secondary backup storage area at the source, which acts as a safety buffer to ensure the sequence remains intact during transmission.

## Real-world examples

1. Veritas InfoScale
2. Enterprise disaster recovery replication software
3. Database mirroring for high-availability systems

## Why it matters

In enterprise data management, if a backup is applied out of order, the database can become corrupted and unusable. This patent provides a technical framework for Veritas, a major player in data protection, to guarantee that disaster recovery systems stay perfectly synced with production environments, which is critical for banking and healthcare systems.

## Frequently asked questions

### What does How to Keep Backup Data in the Correct Order cover?

A method for ensuring that backup data arrives at a secondary storage location in the exact same sequence it was created at the primary location to prevent data corruption.

### Who owns patent US 9811430?

Veritas Technologies LLC owns this patent, granted in 2017.

### When does this patent expire?

This patent is expected to expire on November 7, 2037, when the invention enters the public domain.

### What is patent US 9811430 cited by?

This patent has been cited by 4 later patents that build on its ideas.

### What problem does this patent solve?

In enterprise data management, if a backup is applied out of order, the database can become corrupted and unusable. This patent provides a technical framework for Veritas, a major player in data protection, to guarantee that disaster recovery systems stay perfectly synced with production environments, which is critical for banking and healthcare systems.

### What does this patent NOT cover?

Does not cover systems that replicate data without maintaining a strict chronological sequence of updates.

**Full plain-English explainer:** https://patentbrief.org/patent/us/9811430/aws-codepipeline

**Original patent:** https://patents.google.com/patent/US9811430

---

_Source: PatentBrief — https://patentbrief.org. Patent facts are from public records; the plain-English explanation is PatentBrief's._
