CLI Guide

Table Of Contents
[between hh:mm[AM|PM] and hh:mm[AM|PM]]
Constrains the time range during which the task is permitted to run. Ensure that the start time is
within the specified time range.
[only any|first|second|third|fourth|fifth|last|#st|#nd|#rd|#th day|
weekday|weekendday| Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|
Saturday of year|month|January|February| March|April|May|June|July|
August|September|October|November|December]
Constrains the days or months when the task is permitted to run. Ensure that this constraint
includes the start date.
[count #]
Constrains the number of times the task is permitted to run.
[expires yyyy-mm-dd hh:mm[AM|PM]]
Specifies when the schedule expires, after which the task no longer runs.
task-name task-name
The name of an existing task to run. The name is case-sensitive. A name that includes a space must
be enclosed in double quotes.
schedule-name
A name for the new schedule. Input rules:
The value is case-sensitive.
The value can have a maximum of 32 bytes.
The value can include spaces and printable UTF-8 characters except: " , < \
A value that includes a space must be enclosed in double quotes.
Examples
Create schedule Sched1 that runs Task1 for the first time on March 1, 2018, runs daily between
midnight and 1:00 AM, and runs for the last time in the morning of Jan 1, 2019.
# create schedule schedule-specification "start 2018-03-01 00:01, every
1 days, between 12:00 AM and 1:00 AM, expires 2019-01-01 1:00 AM" task-
name Task1 Sched1
Create schedule Sched2 that runs Task2 for the first time on March 1, 2019, and on the first
weekday of each month, with no expiration.
# create schedule schedule-specification "start 2019-03-01 00:01 only
first weekday of month" task-name Task2 Sched2
See also
delete schedule
set schedule
show schedules
show tasks
create snapshots
Description
Creates a snapshot of each specified source volume. This command applies to virtual storage only.
The source volume can be a base volume or a snapshot.
Minimum role manage
Syntax
create snapshots
volumes volumes
snap-names
Parameters
volumes volumes
54 Alphabetical list of commands