backups
konigle.cli.backups
¶
CLI commands for backup operations.
backups()
¶
Backup management commands.
create(ctx, backup_type, target_id, description, trigger)
¶
Create a new backup.
delete(ctx, backup_id, yes)
¶
Delete a backup.
list_backups(ctx, page, page_size, kind, backup_type, target_id, status, ordering)
¶
List backups.
restore(ctx, backup_id, yes)
¶
Restore a backup.