Reference Guide

Arguments
Argument Description Format
<VolumeName> Source NAS volume name Existing NAS volume name
<RemoteClusterName> Destination FluidFS cluster name Existing FluidFS cluster name
<RemoteVolumeName> Destination NAS volume name Existing NAS volume name
<Name> Replication schedule name Maximum of 230 characters, and
may contain letters, numbers,
and underscores
<ScheduleType> Replication schedule type Possible values are Periodic,
SpecificTime
Options
Option Description Format
-Period <Period> Interval between replications in
periodic policy. This option is
relevant only for ScheduleType
Periodic.
Whole positive number
-Days <Days> List of days in which the
replication will start. This option
is relevant only for ScheduleType
SpecificTime.
Possible values are Sunday,
Monday, Tuesday, Wednesday,
Thursday, Friday, or Saturday
-Hours <Hours> List of hours in which the
replication will start. This option
is relevant only for ScheduleType
SpecificTime.
Zero-based, whole positive
number (0 to 23)
-Minute <Minute> Minute in which the replication
will start. This option is relevant
only for ScheduleType
SpecificTime.
Zero-based, whole positive
number (0 to 59)
Example
Add a replication schedule named repsched to run on Sundays at 20:00 where the source NAS volume is
named volsource, the destination FluidFS cluster name is idffs2, and the destination NAS volume is named
voldest:
CLI> NAS-volumes replication schedules add volsource idffs2 voldest repsched
SpecificTime -Days Sunday -Hours 20
171