![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/e/9f/e9f344c0-c3a8-4b55-ae19-b1e74fc252c1/e9f344c0-c3a8-4b55-ae19-b1e74fc252c1-bg1d0.png)
464 CHAPTER 18: FILE MANAGEMENT COMMANDS
Defaults — None.
Access — Enabled.
History — Introduced in MSS Version 3.0.
Examples — The following commands back up the configuration file on
an WX switch, reset the switch to its factory default configuration, and
reboot the switch:
WX4400# copy configuration tftp://10.1.1.1/backupcfg
Sent write request
.Done
WX4400# clear boot config
success: Reset boot config to factory defaults.
WX4400# reset system force
...... rebooting ......
See Also
■ “display config” on page 470
■ “reset system” on page 476
copy Performs the following copy operations:
■ Copies a file from a TFTP server to nonvolatile storage.
■ Copies a file from nonvolatile storage or temporary storage to a TFTP
server.
■ Copies a file from one area in nonvolatile storage to another.
■ Copies a file to a new filename in nonvolatile storage.
Syntax — copy source-url destination-url
■ source-url — Name and location of the file to copy. The uniform
resource locator (URL) can be one of the following:
■ [subdirname/]filename
■ file:[subdirname/]filename
■ tftp://ip-addr/[subdirname/]filename
■ tmp:filename
For the filename, specify between 1 and 128 alphanumeric characters,
with no spaces. Enter the IP address in dotted decimal notation.