Managing Backups¶
Learn how to create, view, and manage Velero backups through the dashboard.
Viewing Backups¶
- Select a cluster from the dropdown
- Navigate to Backups in the sidebar
- View the list of all backups in the cluster
Backup List¶
The backup list shows:
- Name: Backup identifier
- Status: Completed, InProgress, Failed, etc.
- Namespace: Source namespace(s)
- Created: Timestamp
- Expiration: When backup will be deleted
- Storage Location: Where backup is stored
Creating a Backup¶
- Click Create Backup button
- Fill in the backup details:
- Name: Unique backup name
- Namespace: Namespaces to backup (comma-separated)
- Labels: Label selectors
- TTL: Time to live (e.g., 720h for 30 days)
- Storage Location: BSL to use
- Snapshot Volumes: Whether to snapshot PVs
-
Include/Exclude Resources: Resource types to include or exclude
-
Click Create to start the backup
Viewing Backup Details¶
Click on a backup name to view:
- Metadata: Labels, annotations, creation time
- Status: Current phase and completion status
- Resources: What was backed up
- Warnings/Errors: Any issues encountered
- Logs: Backup operation logs
Viewing Backup Logs¶
- Click on a backup
- Click View Logs tab
- View the complete backup log output
Useful for troubleshooting failed backups.
Deleting a Backup¶
- Navigate to the backup
- Click Delete button
- Confirm deletion
Warning
Deleting a backup removes it from object storage. This cannot be undone.
Backup Status¶
| Status | Description |
|---|---|
| New | Backup just created, not started yet |
| InProgress | Backup currently running |
| Completed | Backup finished successfully |
| Failed | Backup encountered errors |
| PartiallyFailed | Some resources failed to backup |
| Deleting | Backup being deleted |
Best Practices¶
- Naming: Use descriptive names with timestamps or versions
- TTL: Set appropriate retention periods based on your policy
- Labels: Use labels for filtering and automation
- Regular Testing: Periodically test restores to verify backups
- Monitor: Check backup logs for warnings