AutoSYNC Software User's Guide (Update 19)

Command Interpreter
HP AutoSYNC User’s Guide522580-020
8-46
ALTER SYNCFILESET
Using back slash asterisk (\*) as the destination system is not supported for
OSS file sets or for file sets configured for synchronization over TCP/IP.
For file-set format definitions, see Guardian file set definition and OSS file set
definition on page 8-10.
START hh:mm:ss | NO START
the start time of a synchronization window or a once-a-day synchronization.
The time is entered in the format hour:minute:seconds between 00:00:00 and
23:59:59. The maximum window is 24 hours.
When only the START option is specified the INTERVAL is ignored and one
synchronization per day is performed at the start time.
If the start time is later than the stop time, then it is assumed the
synchronization window crosses into the next day.
STOP hh:mm:ss | NO STOP
the ending time of the synchronization window. The time is entered in the
format hour:minute:seconds between 00:00:00 and 23:59:59. The maximum
window is 24 hours.
If the stop time is smaller than the start time, then it is assumed the
synchronization window crosses into the next day.
If STOP is omitted but START is specified, synchronization happens once a
day at the specified START time.
TIMEEX[ACT] | NO TIMEEX[ACT]
a file is synchronized if the modification timestamp of the source does not
exactly match the modification timestamp of the destination file.
By default, a file is synchronized only when the source file has been modified
after the destination file was last modified.
In all cases, the comparison of timestamps accounts for differences in system
clocks and time zones.
Note on symbolic links. Because source and destination modification
timestamps of symbolic links never match, TIMEEXACT is ignored if specified
for symbolic links. For further details on symbolic link synchronization, see
paragraph Modification Timestamp of Symbolic Links on page 5-4
Note on SQL Shorthand Views.
A SQL view has no modification timestamp.
Instead AutoSYNC uses creation timestamps. This prevents a shorthand view
from being synchronized every time the file set is synchronized.
However if TIMEEXACT is specified, the shorthand view will always be
synchronized because the creation time of the destination is always newer
than the creation time of the source. For further details on SQL View
synchronization, see paragraph SQL Views on page 3-8.