Reference Guide

Example
Delete a snapshot schedule named snapsched1 from a NAS volume named vol1:
CLI> NAS-volumes snapshots schedules delete vol1 snapsched1
NAS-volumes snapshots schedules edit
Modify a snapshot schedule.
Format
NAS-volumes snapshots schedules edit <VolumeName> <Name> {options}
Arguments
Argument Description Format
<VolumeName> NAS volume name Existing NAS volume name
<Name> Snapshot schedule name Existing snapshot schedule name
Options
Option Description Format
-EnableRetention
<EnableRetention>
Indicate whether the retention
policy is enabled
Possible values are Yes, No
-RetentionPeriod
<RetentionPeriod>
Retention period of snapshots
created by this policy
An integer number with suffix of
units H/D/W (hours, days, or
weeks) (for example, 10H)
-Period <Period> Interval between snapshots in
periodic policy. This option is
relevant only for ScheduleType
Periodic.
Whole positive number (in
minutes)
-ScheduleType <ScheduleType> List of days on which the
snapshots should be taken. This
option is relevant only for
ScheduleType SpecificTime.
Possible values are Periodic,
SpecificTime
-Days <Days> List of hours at which the
snapshots should be taken. This
option is relevant only for
ScheduleType SpecificTime.
Comma-separated list of days.
Possible values are Sunday,
Monday, Tuesday, Wednesday,
Thursday, Friday, or Saturday
-Hours <Hours> Minute at which the snapshots
should be taken. This option is
relevant only for ScheduleType
SpecificTime.
Comma-separated list of hours.
Zero-based, whole positive
number (0 to 23).
174
CLI Commands