copy checkpoint <CHECKPOINT-NAME> <STORAGE-URL>

Syntax

copy checkpoint <CHECKPOINT-NAME> <STORAGE-URL>

Description

Copies an existing checkpoint configuration to a USB drive. The file format is defined when the checkpoint was created.

Command context

Manager (#)

Parameters

<CHECKPOINT-NAME>

Specifies the name of the checkpoint to copy. The checkpoint name can be alphanumeric. It can also contain underscores (_) and dashes (-).

<STORAGE-URL>>

Specifies the name of the target file on the USB drive using the following syntax: usb:/<FILE>

The USB drive must be formatted with the FAT file system.

Authority

Administrators or local user group members with execution rights for this command.

Examples

Copying the test checkpoint to the testCheck file on the USB drive:

switch# copy checkpoint test usb:/testCheck
Success