Specifications
16-12
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
Copying from the Network FTP Server to Another Location
Starting in Cisco Unity Express EXEC mode, use the following command to copy the network FTP
server configuration to another location:
copy ftp: {running-config | startup-config} user-id:password@ftp-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 FTP server requires a user ID and password. The IP address of the FTP server is
10.3.61.16. The file start in the FTP server configs directory is copied to the startup configuration.
se-10-0-0-0# copy ftp: startup-config
!!!WARNING!!! This operation will overwrite your startup configuration.
Do you wish to continue[y]? y
Address or name or remote host? admin:voice@10.3.61.16/configs
Source filename? start
Copying the Flash Running Configuration to Another Location
Starting in Cisco Unity Express EXEC mode, use the following command to copy the running
configuration in Flash memory to another location:
copy running-config {ftp: user-id:password@ftp-server-address/[directory] |
startup-config | tftp:tftp-server-address} filename
When you copy the running configuration to the startup configuration, enter the command on
one line.
Keyword or Argument Description
running-config Active configuration in Flash memory.
startup-config Startup configuration in Flash memory.
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 name for retrieving the file. If you use it, precede
the name with the forward slash (/).
filename Name of the source file to be copied.
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 FTP server where the copied file will reside.
If you use it, precede the name with the forward slash (/).
startup-config Startup configuration in Flash memory.
tftp:tftp-server-address IP address of the TFTP server.
filename Name of the destination file that will contain the copied running
configuration.