Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions content/features/online-offline-end-of-day-backup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: Online, Offline, and End-of-Day Backup
description: Online, offline, and end-of-day backup from one declarative API.
menu:
main:
parent: features
name: Online, Offline, and End-of-Day Backup
weight: 10
---

# Online, Offline, and End-of-Day Backup

KubeStash provides comprehensive online, offline, and end-of-day backup capabilities for Kubernetes workloads, databases, and persistent volumes. A single `BackupConfiguration` can run hot online captures throughout the business day for low-RPO recovery, plus an end-of-day backup at a fixed cron expression for daily checkpoints. Snapshots are written to one or more `BackupStorage` targets, including immutable / WORM-compliant tiers such as S3 Object Lock, Azure Blob immutability, GCS bucket lock, and MinIO WORM, which makes the backup effectively offline and tamper-proof even though the storage itself remains online for fast recovery.

## Related concepts

- [BackupConfiguration](/docs/latest/concepts/crds/backupconfiguration/)
- [BackupBlueprint](/docs/latest/concepts/crds/backupblueprint/)
- [RestoreSession](/docs/latest/concepts/crds/restoresession/)
- [RetentionPolicy](/docs/latest/concepts/crds/retentionpolicy/)
- [BackupVerifier](/docs/latest/concepts/crds/backupverifier/)
13 changes: 13 additions & 0 deletions data/products/kubestash.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,19 @@
},
"summary": "",
"description": "Stash comes with native support for monitoring via Prometheus. You can use builtin Prometheus scrapper or CoreOS Prometheus Operator to monitor your database in Kubernetes. You can use the Grafana to view key operational metrics, including compute/memory/storage capacity utilization, I/O activity, and instance connections."
},
{
"title": "Online, Offline, and End-of-Day Backup",
"image": {
"src": "/assets/images/addons/illustrations/declarative-api.png",
"alt": "http"
},
"icon": {
"src": "/assets/images/products/stash/features/declarative-api.svg",
"alt": "http"
},
"summary": "Online, offline, and end-of-day backup from one declarative API.",
"description": "KubeStash supports online backup during business hours, automated end-of-day backup jobs via cron schedules, and offline / air-gapped retention through immutable storage targets such as S3 Object Lock, Azure Blob immutability, GCS bucket lock, and WORM-mode object stores. All three backup modes coexist in a single BackupConfiguration with per-target schedules and retention."
}
],
"versions": [
Expand Down
Loading