Reference Guide

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)
-Days <Days> List of days on 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> List of hours 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).
-Minute <Minute> Minute at which the snapshots
should be taken. This option is
relevant only for ScheduleType
SpecificTime.
Zero-based, whole positive
number (0 to 59)
Example
Add a snapshot schedule named snapsched1 on a NAS volume named vol1 to take snapshots once a day
and retain them for 7 days:
CLI> NAS-volumes snapshots schedules add vol1 snapsched1 Periodic -Period 1440 -
EnableRetention Yes -RetentionPeriod 7D
NAS-volumes snapshots schedules delete
Delete a snapshot schedule from a NAS volume.
Format
NAS-volumes snapshots schedules delete <VolumeName> <Name>
Arguments
Argument Description Format
<VolumeName> NAS volume name Existing NAS volume name
<Name> Snapshot schedule name Existing snapshot schedule name
CLI Commands
173