MobiLink Synchronization Reference
Utilities
Stops the MobiLink synchronization server on the local machine.
dbmlstop [ options ] [ server-name ]
Option | Description |
---|---|
-f | Forced shutdown. Use if a hard shutdown does not work. |
-h | Hard shutdown. MobiLink stops all synchronizations and exits. Some remotes may report an error. |
-q | Quiet mode. Suppresses the banner. |
-t time |
Soft shutdown, with a hard shutdown done after the specified time. time is a number followed by D, H, M, or S (for days, hours, minutes and seconds). For example, -t 10m specifies that the server should be shut down in 10 minutes or when current synchronizations complete, whichever is sooner. D, H, M, and S are not case sensitive.
|
-w | Waits for the MobiLink synchronization server to shut down before returning from the command. |
Server-name If the MobiLink synchronization server is started using the -zs option, it must be shut down by specifying the same server name.
For more information, see -zs option.
By default (if none of -f, -h or -t are specified), dbmlstop does a soft shutdown. This means that it stops accepting new connections and exits when the current synchronizations are complete.