The BACKUP statement

To back up an IQ database, use the following syntax:

BACKUP DATABASE
...[ CRC ON | OFF ]
...[ ATTENDED ON | OFF ]
...[ BLOCK FACTOR integer ]
...[ { FULL | INCREMENTAL | INCREMENTAL SINCE FULL } ]
... [ { VIRTUAL DECOUPLED |
        VIRTUAL ENCAPSULATED ’shell_command’ } ]
...TO 'archive_device' [ SIZE #_of_KB ][STACKER #_of_drives_in_stack ] ...
[ WITH COMMENT 'string' ]

NoteIf you are recovering an Adaptive Server Anywhere database, see “Backup and Data Recovery” in Adaptive Server Anywhere User's Guide for additional options.