Specifies extended options.
dbmlsync -e extended-option=value; ...
Extended options can be specified by their long form or short form.
Use the dbmlsync -l option to get a list of all the extended options.
Options specified on the command line with the -e option apply to all synchronizations requested on the command line. For example, in the following command line the extended option drs=512 applies to the synchronization of both sub1 and sub2.
dbmlsync -e "drs=512" -s sub1 -s sub2
You can review extended options in the dbmlsync message log and the SYSSYNC system view.
To specify extended options for a single upload, use the -eu option.
The following dbmlsync command line illustrates how you can set extended options when you start dbmlsync:
dbmlsync -e "adr=host=localhost;dir=c:\db\logs"...