This post is about how to back up the data for the eSpace IAD. Below the procedure.
Steps
1. 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
2. Back up the configuration information.
backup config ftps 192.168.1.4 FTP user name FTP password current_config.txt
3. Back up the SIP user information.
backup users ftps 192.168.1.4 FTP user name FTP password sip_user.txt
4. Back up the local switching routing information.
backup callee ftps 192.168.1.4 FTP user name FTP password sip_callee.txt
5. 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.
