Specifications

12-63
Cisco SN 5428-2 Storage Router Software Configuration Guide
78-15471-01
Chapter 12 Command Line Interface Reference
copy
Examples The following example copies the saved configuration file myFoo.xml from a server with an IP address
of 10.1.40.10 to the storage router. The file name is changed to myFoo_restore.xml when it is written to
the storage router savedconfig directory.
[SN5428-2A]# copy http://10.1.40.10/usr/SN5428-2/savedconfig/myFoo.xml
savedconfig:myFoo_restore.xml
The following example copies the script file SN5428-2_Lab from a server named acme. The file name is
unchanged when it is written to the storage router script directory.
[SN5428-2A]# copy http://acme/~myhome/SN5428-2_Lab script:SN5428-2_Lab
The following example copies the saved configuration file, backup_23, to the daily_backup file in the
tftpboot directory of the tftp_primary server. The file, daily_backup, must already exist in the tftpboot
directory of the tftp_primary server. This command will overwrite the existing daily_backup file.
Note Because the default directory is tftpboot, the command does not specify directory information.
[SN5428-2A]# copy savedconfig:backup_23 tftp://tftp_primary/daily_backup
Related Commands Commands Description
read script Read and execute the CLI commands in the named script file.
restore aaa Restore AAA authentication services from the named configuration file.
restore accesslist Restore the named access list or all access lists from the named
configuration file.
restore all Restore the contents of the named configuration file into memory.
restore scsirouter Restore the named SCSI routing instance from the named configuration file.
restore system Restore selected system information from the named configuration file.
restore vlan Restore VLAN configuration information from the named configuration
file.
save aaa Save the current AAA configuration information.
save accesslist Save configuration data for the named access list or all access lists.
save all Save all configuration information.
save scsirouter Save configuration information for the named SCSI routing instance.
save system Save selected system configuration information.
save vlan Save configuration information for the named VLAN or for all VLANs.
show savedconfig Display the contents of the savedconfig directory or the contents of the
named configuration file.
show script Display the contents of the script directory or the contents of the named
command file.