list
Last updated

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.
cldkctl backup-vm list [flags]list, lsFollow the steps below to run and view the result of this command:
Run the following command in your terminal:
cldkctl backup-vm list The terminal displays the command output.

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.
This command supports global flags. Refer to the Global Flags section for details
-h, --help
Help for the list command.
-p, --project string
Project ID
Last updated