Collection Contents Previous Next PDF

MobiLink Clients

Adaptive Server Anywhere Client Synchronization Parameters

dbmlsync options

-os option


Function 

Specifies a maximum size for the output log, at which point the log is renamed.

Syntax 

dbmlsync -os size [ K | M | G ]...

Description 

The size is the maximum file size for logging output messages, specified in units of bytes. Use the suffix k, m or g to specify units of kilobytes, megabytes or gigabytes, respectively. By default, there is no size limit. The minimum size limit is 10 kb.

Before the dbmlsync utility logs output messages to a file, it checks the current file size. If the log message will make the file size exceed the specified size, the dbmlsync utility renames the output file to yymmddxx.dbr, where yymmdd represents the year, month, and day, and xx are sequential characters ranging from AA to ZZ.

This option allows you to manually delete old log files and free up disk space.

See also 

-o option

-ot option


Collection Contents Previous Next PDF