Overview
Use this procedure to save the running configuration settings of your Edge 8000 device to create a backup file. The sys-tools config backup
command saves the running configuration settings and all components active in the device, including
SBC SWe Edge - This is a pre-installed KVM virtual machine (VM), so the complete VM is saved in this process, including the running configuration.
You can also save and download the SBC SWe Edge running configuration using the SWe Edge GUI interface.
User Management - Users and Passwords
The backup file name of the command can be prefixed with Alpha, Numeric, and these special characters !$%^&*()_-+=
The system will append the filename with _year-month-day-hour.min.sec
When a prefix is not defined, the system creates the backup file as _year-month-day-hour.min.sec.tgz
This procedure applies to all Edge 8000 Series devices.
Ribbon highly recommends storing the backups at an off-site location to ensure the recovery of the backups in the event of an on-site disaster.
This operation causes a service disruption. Perform this procedure only during a maintenance window.
Prerequisites
Start
sudo -i.
Then enter the sysadm user password.Execute the system tools (sys-tools
) command to back up the device.
Syntaxsys-tools config backup <backup_file_name>
The backup file path is /E8000/backup_config/
The following example gives the name 8300-EAST-01 as the prefix of the backup file.
# sys-tools config backup 8300-EAST-01 Config backup will interrupt voice services for approximately 60 seconds. Current calls will be disconnected, Continue (yes/no)? yes copy /etc/rbbn/wizard.conf to /tmp/tmp.8CGXuEMXFT copy /usr/local/mse/data to /tmp/tmp.8CGXuEMXFT copy /data/db-manager/config.env to /tmp/tmp.8CGXuEMXFT ... extract file from SBCSWeEdge success back file is /E8000/backup_config/8300-EAST-01_2023-07-17-09.10.01.tgz [root@e8000 ~]#