Hi, dear!
Have a nice day!
This topic describes how to back up data for the eSpace IAD.
eSpace IAD data to be backed up includes the configuration information, SIP user information, and local switching routing information.
Prerequisites
You have enabled the FTPS service on the maintenance PC, and specified the backup directory as the shared directory.
Backing Up Data
Log in to the CLI of the eSpace IAD as the root user, and run the following commands to enter the global configuration mode.
enable
configure terminal
Back up configuration information.
backup config ftps 192.168.1.4 FTP user name FTP password current_config.txt
Back up SIP user information.
backup users ftps 192.168.1.4 FTP user name FTP password sip_user.txt
Back up local switching routing information.
backup callee ftps 192.168.1.4 FTP user name FTP password sip_callee.txt
Obtain the backup files in the FTPS shared directory on the maintenance PC, and archive the files to a desired backup directory for data restoration.
Thanks for reading!