Edit

opencenter cluster backup restore

Restore cluster configuration from backup

Synopsis

Restore cluster configuration and related files from a backup.

The backup ID is the filename without extension (e.g., my-cluster-20260118-143000).

Restored files are placed in a "restored" directory to avoid overwriting existing configurations. You can then manually move them to the appropriate locations.

opencenter cluster backup restore <backup-id> [flags]

Examples

  # Restore from backup
  opencenter cluster backup restore my-cluster-20260118-143000

  # Restore from encrypted backup
  opencenter cluster backup restore my-cluster-20260118-143000 --passphrase="secret123"

Options

  -h, --help                help for restore
      --passphrase string   Passphrase for backup decryption

SEE ALSO

  • opencenter_cluster_backup.md[opencenter cluster backup] - Manage cluster backups

Auto generated by spf13/cobra on 28-Apr-2026