Skip to content

Backup & Restore

Export cluster resources to a compressed archive and restore to any cluster. Backups capture YAML in dependency order, strip server metadata, and include a manifest inventory.

Terminal window
ksail cluster backup --output ./backup.tar.gz
ksail cluster restore --input ./backup.tar.gz
ksail cluster restore -i ./backup.tar.gz --existing-resource-policy update --dry-run

ksail cluster backup, ksail cluster restore