Mirror logs to make identical copies elsewhere on your network using SQL Anywhere utilities. Mirrored logs ensure runtime data is available and recoverable in the event of failure.
Use dblog command utility to set up log mirroring. Sybase recommends an extension of *.mlg for the mirrored log so the mirrored log can quickly be identified.
dblog -t D:\logs\default.log -m E:\logs\default_mirror.mlg default.db