list-restore
Last updated

View a list of Restore Backup VM for your project. This command provides details such as the restore name, associated backup, namespace, duration, current phase, and creation time.
cldkctl backup-vm list-restore [flags]list-restore, lsFollow the steps below to run and view the result of this command:
Run the following command in your terminal:
cldkctl backup-vm list-restoreThe terminal displays the command output.

Name
The name of the restore backup process.
Backup Name
The name of the backup used for the restore operation.
Namespace
The namespace where the restore process is executed.
Age
The duration since the restore process was started.
Phase
The current phase of the restore process.
Created
The date and time when the restore process was created.
This command supports global flags. Refer to the Global Flags section for details
-h, --help
Help for the list-restore command.
-p, --project string
Project ID
Last updated