solidDB Help : solidDB reference : solidDB ADMIN COMMAND syntax : NETBACKUP
  
NETBACKUP
ADMIN COMMAND 'netbackup [options]
    [DELETE_LOGS | KEEP_LOGS]
    [connect connect_str]
    [dir backup_dir]'
Abbreviation: nbak
Makes a network backup of the database. The operation can be performed as a synchronized or an asynchronic (default) manner.
The default connect string and the default NetBackup directory are defined with the General.NetBackupConnect and the General.NetBackupDirectory parameters. For details of these parameters and others for configuring NetBackup, see General section. Any values that are entered with this command override the values that are specified in the solid.ini file.
connect connect_str : Specifies the connection to the NetBackup server. If connect_str is omitted, it must be specified in the solid.ini configuration file. For the full connect string syntax, see Format of the solidDB connect string.
dir backup_dir : Defines the backup directory in the NetBackup server. The path is relative to the netbackup root directory.
DELETE_LOGS | KEEP_LOGS: Defines whether backup logs are deleted or kept in the source server. Default is DELETE_LOGS.
Note DELETE_LOGS is referred to as 'Full backup' and KEEP_LOGS is referred to as 'Copy backup'.
options: One or more of the following values:
-s: Synchronized execution
-I: Executes a full database integrity check
-i: Executes a database index integrity check
Note For information about backing up and restoring a grid, see Backing up and restoring a grid.
Go up to
solidDB ADMIN COMMAND syntax