backup-restore
snapshot list
List volume snapshots.
Syntax
cpd-cli backup-restore snapshot list \
[--details] \
[--log-level=info|debug|warn|error|panic|trace] \
[--namespace=<namespace-name>] \
[--verbose]
Arguments
The snapshot list command
has no arguments.
Options
Table 1: Command options
| Option | Description |
|---|---|
--details |
Display additional information in
the command output.
|
|
|
Display command
help.
|
--log-level |
The command log
level.
|
|
|
The namespace name in which the
utility should operate.
|
--verbose |
Logs include more detailed
messages.
|
Examples
Note: The following examples use the recommended installation environment variables.
It is strongly recommended that you use a script to create environment variables with the correct values for your environment. For more information, see Setting up installation environment variables.
- List snapshots for the
${PROJECT_CPD_INST_OPERANDS}namespace. -
cpd-cli backup-restore snapshot list \ --namespace=${PROJECT_CPD_INST_OPERANDS}