Vault Backup Schedule

Note

We are considering a 10-year mandatory retention with incremental backups between weekly full backups.

Backup Plan

Storage Estimation

Assumptions

Overlap Logic

Calculation

Daily incrementals=(304)×0.1=26×0.1=2.6Weekly full=9Monthly full (unique)=252=23Yearly full (unique)=102=8Total (10 years)=2.6+9+23+8=42.643 vault sizes
Tip

Incremental backups don’t save much storage space in this model, but they significantly reduce bandwidth and backup time for daily operations, since only changes are transferred instead of the entire vault.

Best Practices

Strategies

Comparison Table

Strategy Pros Cons Storage Estimate (10 years)
Full-only Simple, easy to manage, straightforward restore Heavy on storage and bandwidth, slower backups ~40 vault sizes
Incremental + full Saves bandwidth and time, granular restores Slightly more complex restore process ~43 vault sizes
Hybrid Balance of efficiency and redundancy Requires multiple tools/locations ~40–45 vault sizes

Restore Example

Scenario: Restore a file from 5 years ago, in month 6, week 3, on a Wednesday.

Steps:

  1. Identify the closest full backup before the target date:

    • Use the weekly full from Saturday of week 2 (month 6, year 5).
  2. Apply the incremental backups:

    • From Sunday (week 2) through Wednesday (week 3).
    • This reconstructs the vault state as of Wednesday.
  3. Verify the restored vault:

    • Open it in your system.
    • Confirm the target data is present in the expected state.

Formula:

Restore point=Last full backup before target date+All incrementals up to target date
Tip

A backup is only useful if it can be restored. Test periodic restores, especially for yearly archives.

Make your backup “crash consistent”

As a last observation, for each server and application, it is important to understand if your backup is “crash consistent” (copied while the app is running) or if you need to guarantee that it is down / closed before the backup script runs. This will prevent backup corruption and improve your test results as well as the availability of your information.