The following methods are supported for making a client-side backup:
Tool | More information |
---|---|
Backup utility (dbbackup) | The Backup utility (dbbackup) uses physical device-level parallelism to decrease the overall time required to complete a backup operation. Parallel backups are not supported on Windows Mobile. |
DBBackup function | See DBBackup method [database tools]. |
The dbbackup utility makes an image backup, which consists a copy of the database file and/or the transaction log, each as separate files.
Connect to the database as a user with REMOTE DBA or BACKUP authority.
Run the Backup utility (dbbackup) on the client computer. For example:
dbbackup -c "HOST=myhost;DBN=demo;UID=DBA;PWD=sql" SQLAnybackup |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |