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

list

View a list of Backup VM for your project. This command provides details such as schedule name, cron time, snapshot configuration, storage location, retention period, associated virtual machine, creation time, last backup execution, and current status.

Usage

cldkctl backup-vm list [flags]

Aliases

list, ls

Steps

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

  1. Run the following command in your terminal:

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

Column
Description

Schedule Name

The name of the backup schedule.

Cron Time

The cron expression that defines when the backup runs.

Snapshot Move Data

Indicates whether snapshot data is moved to the storage location.

Storage Location

The repository or storage where the backup is stored.

Retention TTL

The duration for which the backup is retained.

VM Name

The name of the virtual machine being backed up.

Age

The elapsed time since the backup schedule was created.

Created

The date and time when the backup schedule was created.

Last Backup

The date and time of the most recent backup execution.

Status

The current status of the backup schedule.

Flags

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

Flag
Description

-h, --help

Help for the list command.

-p, --project string

Project ID

Last updated