Back up a database and store the backup files on the client computer.
Prerequisites
You must have the BACKUP DATABASE and VALIDATE ANY OBJECT system privileges.
Connect to the database.
Validate the database.
Run the Backup utility (dbbackup) with the -c option on the client computer.
Example
Run the following command to create a backup copy of the database files in the directory c:\SQLAnybackup on the client computer.
dbbackup -c "Host=sample_host;SERVER=myserver;DBN=demo;UID=DBA;PWD=sql" "c:\SQLAnybackup" |
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2014, SAP AG or an SAP affiliate company. - SAP Sybase SQL Anywhere 16.0 |