Skip to main content
Version: 0.0.2 (latest)

Protection Concepts

The Protection section of the Dashboard provides two data protection mechanisms: point-in-time snapshots and external backups.

Snapshots

A snapshot captures the state of a Volume at a specific moment in time. Snapshots are stored within the cluster and can be used to restore a Volume to a prior state.

PropertyDetails
ScopePer-Volume
CreationManual (on demand) or automatic via a snapshot policy
RestoreReverts the Volume to the snapshot state (replaces current data)
RetentionConfigurable: maximum number of snapshots or maximum age in days

Snapshots are listed with their creation time, size, and source (manual or policy-driven).

Backups

A backup exports Volume data to an external destination, providing off-cluster protection. Backups can run on a recurring schedule and support incremental transfers to minimize bandwidth.

PropertyDetails
ScopePer-Volume
Modefull — transfers all data; incremental — transfers only changes since the last backup
ScheduleRecurring interval (in minutes)
TargetRemote storage destination outside the cluster
LagTime elapsed since the last successful sync
FailoverThe backup target can be promoted if the primary cluster becomes unavailable

Use snapshots for fast, frequent recovery points within the cluster. Use backups for off-cluster durability and disaster recovery.