Specifies the path containing offline transaction logs.
dir=path; ...
OfflineDirectory=path; ...
By default, dbmlsync checks for renamed logs in the same directory as the online transaction log. This option only needs to be specified if the renamed offline transaction logs are located in a different directory.
The following dbmlsync command line illustrates how you can set this option when you start dbmlsync:
dbmlsync -e "dir=c:\db\logs"
The following SQL statement illustrates how you can store this option in the database:
CREATE SYNCHRONIZATION SUBSCRIPTION TO sales_publication FOR ml_user1 OPTION dir='c:\db\logs';