The dbbackup utility makes an image backup that consists of a copy of the database file and/or the transaction log, each as separate files.
This topic describes a backup that leaves the transaction log untouched. For information about other transaction log management options when making a backup, see Backup utility (dbbackup).
Connect to the database as a user with REMOTE DBA or BACKUP authority.
If you are using the dbbackup utility, use the following syntax:
dbbackup -s -c "connection-string" [ -t ] backup-directory |
The -s option creates an image backup on the database server.
Include the -t option only if you are making an incremental backup.
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |