copy checkpoint
Syntax
copy checkpoint [vrf ]
Description
Copies a checkpoint configuration to a remote location as a file. The configuration is exported in checkpoint format, which includes switch configuration and relevant metadata.
Command context
Manager (#
)
Parameters
-
-
Specifies the name of a checkpoint.
-
-
Specifies the remote destination and filename using the syntax:
{tftp | sftp}://
[: ][;blocksize= ]/
-
vrf
-
Specifies a VRF name.
Authority
Administrators or local user group members with execution rights for this command.
Examples
th检查点配置复制到远程文件rough TFTP:
switch#copy checkpoint ckpt1 tftp://192.168.1.10/ckptmeta vrf default######################################################################### 100.0% Success
th检查点配置复制到远程文件rough SFTP:
switch#copy checkpoint ckpt1 sftp://root@192.168.1.10/ckptmeta vrf defaultThe authenticity of host '192.168.1.10 (192.168.1.10)' can't be established. ECDSA key fingerprint is SHA256:FtOm6Uxuxumil7VCwLnhz92H9LkjY+eURbdddOETy50. Are you sure you want to continue connecting (yes/no)?yesroot@192.168.1.10's password: sftp>put /tmp/ckptmeta ckptmetaUploading /tmp/ckptmeta to /root/ckptmeta Warning: Permanently added '192.168.1.10' (ECDSA) to the list of known hosts. Connected to 192.168.1.10. Success