AutoSYNC Software User's Guide (Update 17)

Command Interpreter
HP AutoSYNC User’s Guide522580-018
8-111
SYNCHRONIZE
selects object files (code 100, 700 and 800 files) for synchronization by
comparing the binder or linker timestamps of the source and destination. For
all other file types in the fileset, the usual modification timestamp is used.
The destination object file is replaced if the binder or linker timestamps of the
source and destination do not match exactly; the comparison operates as if
TIMEEXACT were specified.
The default is that object files are replaced based on a comparison of
modification timestamps.
ZZINC[LUDE]
instructs AutoSYNC to synchronize ZZ* files (saveabend, binder temporary
files, axcel temporary files, so on) and system swap files.
By default, ZZ* files and system swap files are not synchronized.
oss-options:
When describing synchronization options for OSS files below, the phrase
"uncontained links" refers to files that are hard links or symbolic links that have
references to files that reside outside of the synchronization file set.
An uncontained hard link is a link to an inode where another link to the same inode
resides outside the synchronization file set.
An uncontained symbolic link points to a file that resides outside the
synchronization file set.
ALLHARDLINKS | NO ALLHARDLINKS
synchronizes all files that are hardlinks in the specified syncfileset, including
uncontained hardlinks. When synchronizing an uncontained hard link, a new
file is created in the destination file set and all contained links to the same
inode are linked to this file.
A warning is written into the log file when an uncontained hard link has been
synchronized.
If NO ALLHARDLINKS is specified, uncontained hard links are not
synchronized.
The default in ALLHARDLINKS.
ALLSYMLINKS | NO ALLSYMLINKS
synchronizes all symbolic links in the specified syncfileset, including
uncontained symbolic links.
A warning is written into the log file when an uncontained symbolic link has
been synchronized.
If NO ALLSYMLINKS is specified, uncontained symbolic links are not
synchronized.