Skip to main content

Overview

Ironcore Backup Solution (IBS) is the platform-wide service for backing up and restoring compute instances, system containers, and physical hosts. As an administrator you provision backup datastores, configure retention policies, define replication targets, integrate tape libraries and object storage backends, and govern access through roles and tokens. This guide covers the full administrative lifecycle — initial deployment, day-to-day operations, and tuning IBS for production workloads.
All operations in this guide require administrator privileges. Changes to retention policies, datastore configuration, and replication jobs affect data already protected. Validate every policy change against the Prune Simulator before applying.

Open the Deployment Console

Log in to the deployment console (https://the-deployment-console.<your-domain>) and navigate to Configuration.

Enable Backup Solution

Select the Advanced Features tab. Toggle Enable Backup Solution to Yes.This provisions the backup server, default local datastore, and the integration with the Ironcore platform without any manual file editing.

Save and Deploy

Click Save Configuration, then go to Operations and run deploy or reconfigure.
The IBS service starts. The default datastore is registered and reachable via the Dashboard.

In This Guide

Architecture

Component diagram, data flow, change tracking, deduplication, and encryption layers.

Datastores

Create local, replicated, and S3-backed datastores. Organise data into namespaces.

Retention Policies

Configure daily, weekly, monthly, and yearly retention with the Prune Simulator.

Replication and Sync

Replicate backups between Primary DC and Backup sites with encryption in transit.

Tape and Object Storage

Integrate LTO tape libraries and S3-compatible object storage for long-term archival.

Access Control

Roles, API tokens, multi-factor authentication, and LDAP / Active Directory realms.

Security and Encryption

Client-side AES-256-GCM, master-key handling, ransomware protection, and hardening.

Verification and Validation

Schedule integrity checks and conduct bi-annual mock recovery drills.

Notifications

Send alerts via SMTP, webhooks, and external metric servers.

Infrastructure Sizing

Plan Primary and Backup site capacity for incremental, full, and archival retention.

Troubleshooting

Diagnose backup, restore, sync, and verification failures across the stack.

Architecture Summary

ServiceRole
Backup APIREST API for backup, restore, datastore, and job management
SchedulerTriggers backup, sync, and verification jobs based on configured schedule
Garbage CollectorReclaims chunks that no snapshot still references
Verification WorkerRe-reads chunks and recomputes SHA-256 to detect bit rot
Replication WorkerMirrors snapshots from Primary to Backup site over an encrypted channel
Tape WorkerReads / writes LTO tapes; manages barcoded media catalog

Compliance Mapping

RequirementIBS CapabilityConfigured In
Block-level change tracking (CBT)Native block-level CBT for running VMsArchitecture
Full + incremental + file-level restoreSnapshot model with mountable archiveRestore Options
Daily Incremental retention (7 days)Retention policy keep-daily=7Retention Policies
Weekly Full retention (3 weeks)Retention policy keep-weekly=3Retention Policies
Weekly archival (52 weeks) at Backup siteSync job + retention keep-weekly=52Replication and Sync
Near real-time async replicationPush / pull sync jobs with throttlingReplication and Sync
Encryption in transitTLS 1.3 between sitesReplication and Sync
Integrity verification of replicated dataSHA-256 verify after syncVerification and Validation
Deduplication and compressionContent-defined chunking + ZstandardArchitecture
Encryption at restClient-side AES-256-GCMSecurity and Encryption
Role-based access controlRoles, API tokens, restricted-by-defaultAccess Control
Immutability against modificationAppend-only chunks, no chunk rewriteSecurity and Encryption
Bi-annual mock drillRestore-test job from Backup siteVerification and Validation

Next Steps

Ironcore Backup User Guide

Operate IBS from a project member perspective — create backups and restores.

Ironcore Backup Overview

Service overview and getting started.