Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

backup-list

List all backup schedulers that are responsible for creating backups of flexi images. This command allows you to view the backup schedulers that have been set up to automatically create backups of your flexi images at specified intervals.

Usage

cldkctl flexi image backup-list [flags]

Aliases

backup-list, backup-list

Steps

Follow the steps below to run and view the result of this command:

  1. Run the following command in your terminal:

cldkctl flexi image backup-list
  1. The terminal displays the command output.

Column
Description

ID

The unique identifier of the backup image.

Name

The name of the backup image.

Status

The current status of the backup.

Instance Name

The name of the instance from which the backup was created.

Size

The size of the backup image.

Created At

The date and time when the backup image was created.

Flags

This command supports global flags. Refer to the Global Flags section for details

Flag
Shorthand
Description

--help

-h

Help for the backup-list command.

Last updated