osreplic[-r] [-v] [-x] [-i interval] [-p] [-B size] [-I import_file] -a archive_ rec_file src_path1 dest_path1 [src_path2 dest_path2 ...]
ObjectStore rawfs databases and rawfs directories can be replicated, as well as ObjectStore file databases. Native file system directories cannot be replicated.
When you start the replicator, you specify a set of sources and destinations for replicated databases on the command line or with a separate input file using the -I (I) option. The master/replica pair is specified by pathname with the src_path and dest_path arguments, including the target host, if needed. The list of databases cannot be changed after the replicator is started.
src_path and dest_path can be a directory path or a database name. You can also use UNC pathnames (on Windows platforms), Server relative pathnames, or local pathnames. However, you cannot use UNC pathnames as destinations.
You must also specify an archive_record_file with the -a option. The osreplic utility uses this information to determine those clusters within a database that have been modified since the last replication. This file is identical to the archive record file for osarchiv.
At specified intervals, the replicator takes a snapshot of the databases and sends the changed data to the target host so that the data is applied to the replica. All committed user data is replicated.
Permissions, including owner, group, and mode, can also be copied for rawfs databases. However, neither rawfs directory permissions nor segment-level permissions are copied. Additionally, no file database permissions are copied.
Operations such as osrm are not propagated to the replica.
Updated: 03/11/99 11:19:07