CLI Guide

Result
Successfully updated Replication schedule.
schedule --help
Description
Displays the list of schedule-related options that can be used as a reference when using the DR Series system CLI.
Syntax
schedule --help
Result
Usage:
schedule --show [--cleaner]
[--replication]
[--name <name>]
schedule --add --day <Day of the week (Sunday|Monday...)>
[--start_time <hh:mm>]
[--stop_time <hh:mm>]
[--cleaner]
[--replication]
[--name <name>]
schedule --delete --day <Day of the week (Sunday|Monday...)>
[--cleaner]
[--name <name>]
[--replication]
schedule --help
schedule <command> <command-arguments>
<command> can be one of:
--show Displays command specific information.
--add Adds a schedule for replication/cleaner.
--delete Deletes a replication/cleaner schedule.
For command-specific help, please type schedule --help <command>
For example:
schedule --help show
153