Home | Previous Page | Next Page   Appendix A. Command-Line Utility Reference > Interpreting the Command-Line Utility Syntax >

Frequency Options

The following commands allow you to specify the interval between replications or the time of day when an action should occur. If you do not specify a time, the action occurs immediately:

Read syntax diagramSkip visual syntax diagramFrequency Options:
 
|--+-------------------+----------------------------------------|
   +- --immed----------+
   +- --every=interval-+
   '- --at=time--------'
 
Element Purpose Restrictions Syntax
interval Time interval for replication The smallest interval in minutes. Intervals
time Specific time for replication Time is given with respect to a 24-hour clock. Time of Day

The following table describes the frequency options.

Long Form Short Form Meaning
--immed -i Action occurs immediately.
--every -e Action occurs immediately and repeats at the frequency specified by interval.
--at -a Action occurs at the specified day and time.

Time of Day

Enterprise Replication always gives the time of day in 24-hour time. For example, 19:30 is 7:30 P.M. Enterprise Replication always gives times with respect to the local time, unless the TZ environment variable is set. However, Enterprise Replication stores times in the global catalog in Greenwich Mean Time (GMT).

The -a time option lets you specify the day on which an action should occur. The string timecan have the following formats:

Intervals

The -e interval option lets you specify the interval between actions. The interval of time between replications can be either of the following formats:

If you specify the length of time in hours and minutes, the longest interval allowed is 32767:59.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]