solidDB Help : solidDB reference : solidDB ADMIN COMMAND syntax : BACKUP
  
BACKUP
ADMIN COMMAND 'backup [-s] [backup_directory]'
Abbreviation: bak
Makes a backup of the database. The operation can be performed in a synchronous or an asynchronous (default) manner. The synchronous operation is specified by using the -s option.
The default backup directory is defined by using the General.BackupDirectory parameter. The backup directory can also be given as an argument. For example, the following command creates a backup in directory abc:
ADMIN COMMAND 'backup abc'
All directory definitions are relative to the solidDB working directory.
Note For information about backing up and restoring a grid, see Backing up and restoring a grid.
Go up to
solidDB ADMIN COMMAND syntax