copy checkpoint
<CHECKPOINT-NAME>
<STORAGE-URL>
Syntax
copy checkpoint <CHECKPOINT-NAME> <STORAGE-URL>
Description
Copies a pre-existing checkpoint configuration to a USB drive. The file format is defined when the checkpoint was created.
Command context
Manager (#
)
Parameters
<CHECKPOINT-NAME>
Specifies that the named checkpoint is copied. The checkpoint name can be alphanumeric. It can also contain underscores (_) and dashes (-). The checkpoint must be pre-existing. Required.
<STORAGE-URL>>
Specifies the name of the file containing the configuration that will reside on the USB drive. This command requires that the USB drive have the FAT file system. Required. The syntax is the following:
usb:/<FILE>
Authority
Administrators
Examples
Copying the
test
checkpoint to the
testCheck
file on the USB drive:
switch# copy checkpoint test usb:/testCheck Success