Syntax
BACKUP TABLE DATA table_path TO SHARE {'filename' | ('filename')}
BACKUP DATABASE database_name TO SHARE {'filename' | ('filename')}
BACKUP ALL TO SHARE {'filename' | ('filename')}
Description
For DATABASE, database_name is the target database to backup. filename is a directory containing subdirectories of databases to be backed up.
Examples
See the Backing up and Restoring page for examples.
Related