Reference Guide

Option Description Format
-Minute <Minute> Interval between snapshots in
periodic policy. This option is
relevant only for ScheduleType
Periodic.
Zero-based, whole positive
number (0 to 59)
Example
Modify a snapshot schedule named snapsched1 on a NAS volume named vol1 to retain snapshots for 12
hours:
CLI> NAS-volumes snapshots schedules edit vol1 snapsched1 -EnableRetention Yes -
RetentionPeriod 12H
NAS-volumes snapshots schedules list
Display a list of snapshot schedules.
Format
NAS-volumes snapshots schedules list [options]
Options
Option Description Format
-CSV Displays the command output in
a commadelimited format with a
header
Append --CSV to the command
-VolumeName <VolumeName> NAS volume name
Example
Display a current list of snapshot schedules on a NAS volume named vol1:
CLI> NAS-volumes snapshots schedules list -VolumeName vol1
Output
.--------------.-------------.---------------.---------------.---------------.
| Schedule | Volume Name | Enable | Retention | Frequency |
| Name | | Retention | Period | |
|--------------|-------------|---------------|---------------|---------------|
| snapsched1 | vol1 | Yes | 1 Weeks | Every 1440 |
| | | | | minutes |
|--------------|-------------|---------------|---------------|---------------|
| snapsched2 | vol1 | Yes | 1 Weeks | Sunday at |
| | | | | 20:00 |
'--------------'-------------'---------------'---------------'---------------'
CLI Commands
175