Specifications

16-11
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
Copying Configurations
Description: CUE test backup
Date: Sun Jun 13 12:32:48 PDT 1993
Result: Success
Reason:
Version: 8.0.0.1
#End Operation
Copying Configurations
The following Cisco Unity Express EXEC commands are available to copy the startup configuration and
running configuration to and from Flash memory, the network FTP server, and the network TFTP server.
Copying from Flash Memory to Another Location
Starting in Cisco Unity Express EXEC mode, use the following command to copy the startup
configuration in Flash memory to another location:
copy startup-config {ftp: user-id:password@ftp-server-address/[directory] |
tftp:tftp-server-address} filename
This command is interactive and prompts you for the information. You cannot enter the parameters in
one line. The following examples illustrate this process.
In this example, the startup configuration is copied to the FTP server, which requires a user ID and
password to transfer files. The IP address of the FTP server is 172.16.231.193. The startup configuration
file is saved on the FTP server with the filename start.
se-10-0-0-0# copy startup-config ftp
Address or name of remote host? admin:voice@172.16.231.193
Source filename? start
The following example shows the startup configuration copied to the TFTP server, which does not
require a user ID and password. The IP address of the TFTP server is 172.16.231.190. The startup
configuration is saved in the TFTP directory configs as filename temp_start.
se-10-0-0-0# copy startup-config tftp
Address or name of remote host? 172.16.231.190/configs
Source filename? temp_start
Keyword or Argument Description
ftp: user-id:password@ User ID and password for the FTP server. Include the colon (:) and the at
sign (@) in your entry.
ftp-server-address IP address of the FTP 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 (/).
tftp:tftp-server-address IP address of the TFTP server.
filename Name of the destination file that will contain the copied startup
configuration.