nas_ckpt_schedule
133
The nas Commands
-info { -all | <name>| id=<id>}
Lists detailed information for all schedules or for the specified
schedule.
-create <name> -filesystem {<name> | id=<id>}
[-description <description>] -recurrence {
Creates a snapshot schedule for the specified file system. The
-description option provides a label for the schedule and the
-recurrence option determines whether the schedule defines a
checkpoint event or a schedule for taking checkpoints just once, or
during a day, week, or month.
once [-start_on <YYYY-MM-DD>] -runtime <HH:MM>
[-ckpt_name <ckpt_name>]
If once is specified, the hours and minutes for the snapshot to be
run must be specified. A start date and name may be optionally
assigned to the checkpoint.
For a one-time checkpoint schedule, only one runtime can be
provided. For one-time schedules, the option -ckpt_name can
specify a name for the single checkpoint; if omitted, the default
naming is used (<schedule_name>_<fs_name>_<num>) where
<num> is a four digit integer beginning with 0001.
| daily [ -every <number_of_days> ]
[-start_on <YYYY-MM-DD> ][ -end_on <YYYY-MM-DD>]
-runtimes <HH:MM>[,...]
{ -keep <number_of_ckpts> |-ckpt_names <ckpt_name>[,...]}
If daily is specified, the checkpoint is taken every day unless
-every is specified indicating the number of days between runs.
The -start_on option indicates the day when the checkpoints will
start and -end_on indicates the day when they end.
The -runtimes option specifies one or more times to take a
checkpoint on each scheduled day. The -keep option specifies the
maximum number of checkpoints to be kept at any one time
(using default checkpoint naming). The -ckpt_name option
assigns one or more specific names to each checkpoint as it is
taken.
|
weekly [ -every <number_of_weeks> ]
-days_of_week {Mon|Tue|Wed|Thu|Fri|Sat|Sun}[,...]
[ -start_on <YYYY-MM-DD>][ -end_on <YYYY-MM-DD> ]
-runtimes <HH:MM>[,...]
{ -keep <number_of_ckpts>| -ckpt_names <ckpt_name>[,...]
}
If weekly is specified, the checkpoint is taken every week unless