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.
The Advantage Database Server allows an online backup while the server is running. Online Backup (or "hot" backup) functionality allows you to capture and save a snapshot of your database. If users currently have tables opened and are making changes, the resulting backup image will not include their new modifications, it will only include the data as it existed when the snapshot was taken. See: http://devzone.advantagedatabase.com/dz/WebHelp/Advantage10.1/index.html?master_online_backup.htm.
MORecover <recoveryDatabaseLocation>
adsbackup.exe <sourceDatabaseLocation> <destinationFileLocation>
adsbackup.exe -i 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.