Skip to content

feat: backup schedule commands#5

Merged
Davidonium merged 3 commits into
mainfrom
feat/add-backup-schedule-commands
Mar 16, 2026
Merged

feat: backup schedule commands#5
Davidonium merged 3 commits into
mainfrom
feat/add-backup-schedule-commands

Conversation

@Davidonium
Copy link
Copy Markdown
Collaborator

feat: add backup schedules and restore actions

Summary

Extends backup management with two new subcommand groups: backup schedules and backup restores. These build on the existing qcloud backup commands introduced in v0.2.0.

New commands

Backup schedules

  • qcloud backup schedule list - List all backup schedules for a cluster
  • qcloud backup schedule describe <schedule-id> - Show details of a backup schedule
  • qcloud backup schedule create - Create a new backup schedule
  • qcloud backup schedule update <schedule-id> - Update an existing backup schedule
  • qcloud backup schedule delete <schedule-id> - Delete a backup schedule

Backup restores

  • qcloud backup restore list - List restore operations for a cluster
  • qcloud backup restore trigger <backup-id> - Trigger a restore from a backup

@Davidonium Davidonium force-pushed the feat/add-backup-schedule-commands branch from a787bfe to e6565a5 Compare March 16, 2026 12:12
@Davidonium Davidonium merged commit fab4cf1 into main Mar 16, 2026
6 checks passed
@Davidonium Davidonium deleted the feat/add-backup-schedule-commands branch March 16, 2026 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant