The MORecover utility, with adsbackup.exe, backs up Unwired Server database files while the server is running. This utility is located in <UnwiredPlatform_InstallDir>\Servers\MessagingServer\Bin.
Recent versions of the Advantage Database Server do not allow Unwired Server database files to be copied while the service is running. Stopping Unwired Server to perform regular backups is highly inconvenient in a production environment.
MORecover <recoveryDatabaseLocation>
adsbackup.exe -i APPLICATIONS,CFG_IDS,CFG_PROP_VALUES,CFG_SUBFOLDER_PROP_VALUES,CFG_TEMPLATES,DEVICES,USER_DEVICE,USERS <sourceDatabaseLocation> <destinationFileLocation>
adsbackup.exe -r <destinationFileLocation> <recoveryDatabaseLocation>
While the specified subset of tables typically results in a time-efficient backup operation, Sybase recommends that you schedule this command to run regularly during a time of light system load, since the backup operation contends with Unwired Server normal processing for database resources.