Specifications
16-13
Cisco Unity Express Voice-Mail and Auto-Attendant CLI Administrator Guide for 3.0 and Later Versions
OL-14010-09
Chapter 16 Backing Up and Restoring Data
Restoring Factory Default Values
When you copy to the FTP or TFTP server, this command becomes interactive and prompts you
for the information. You cannot enter the parameters in one line. The following example
illustrates this process.
In the following example, the running configuration is copied to the FTP server, which
requires a user ID and password. The IP address of the FTP server is 172.16.231.193. The
running configuration is copied to the configs directory as file saved_start.
se-10-0-0-0# copy running-config ftp:
Address or name of remote host? admin:voice@172.16.231.193/configs
Source filename? saved_start
In the following example, the running configuration is copied to the startup configuration
as file start. In this instance, enter the command on a single line.
se-10-0-0-0# copy running-config startup-config start
Copying the Network TFTP Configuration to Another Location
Starting in Cisco Unity Express EXEC mode, use the following command to copy the network TFTP
configuration to another location:
copy tftp: {running-config | startup-config} tftp-server-address/[directory] filename
This command is interactive and prompts you for the information. You cannot enter the parameters in
one line. The following example illustrates this process.
In this example, the TFTP server has IP address 10.3.61.16. The file start in directory configs on the
TFTP server is copied to the startup configuration.
se-10-0-0-0# copy tftp: startup-config
!!!WARNING!!! This operation will overwrite your startup configuration.
Do you wish to continue[y]? y
Address or name of remote host? 10.3.61.16/configs
Source filename? start
Restoring Factory Default Values
Cisco Unity Express provides a command to restore the factory default values for the entire system.
Restoring the system to the factory defaults erases the current configuration. This function is available
in offline mode.
Caution This operation is irreversible. All data and configuration files are erased. Use this feature with caution.
We recommend that you do a full system backup before proceeding with this feature.
Keyword or Argument Description
running-config Active configuration in Flash memory.
startup-config Startup configuration in Flash memory.
tftp-server-address IP address of the TFTP server.
/directory (Optional) Directory on the TFTP server where the copied file will reside.
If you use it, precede the name with the forward slash (/).
filename Name of the source file to be copied.