backup-config

The backup-config command backs up the current flash memory configuration to the specified filename in the /code/bkups directory and optionally backs up additional files to the /opt/logs directory.

Syntax

backup-config <name-of-backup> [running | editing | saved] [standard | non-standard] [all]

Arguments

  • <name-of-backup>: The name of the backup configuration file
  • running: Back up the configuration from the running configuration cache. This is an optional argument.
  • editing: Back up the configuration from the editing configuration cache. This is an optional argument.
  • standard: Use standard XML as the file format. This argument only applies when you use the running or editing argument.
  • non-standard: Use non-standard, legacy XML for the file format. This argument only applies when you use the running or editing argument.
  • saved: Back up the last saved configuration. This is the default setting that will be used if you do not specify running or editing.
  • all: In addition to the configuration backup, also back up the files from the following additional directories:
    • /code/lrt: LRT files
    • /code/media: Media playback files
    • /code/fpe: Fraud protection files
    • /code/spl: SBC Processing Language files
    • /code/peakLicenseData: Peak license data

    These files are backed up to the /opt/logs directory and compressed in the <name-of-backup>_<sbc_node_name>.tar.gz file.

    This is an optional argument.

Mode

Superuser

Example

ORACLE# backup-config FEB_BACKUP.gz running 

Note:

If insufficient disk space is available, the Oracle Communications Session Border Controller will not complete the task.