show checkpoint list
Syntax
show checkpoint list {all | <START-DATE> <END-DATE>}
Description
Shows a list of saved checkpoints.
Command context
Manager (#
)
Parameters
all
Shows a detailed list of all saved checkpoints.
<START-DATE>
Specifies the starting date for the range of saved checkpoints to show. Format:
YYYY-MM-DD
.<END-DATE>
Specifies the ending date for the range of saved checkpoints to show. Format:
YYYY-MM-DD
.
Authority
Administrators or local user group members with execution rights for this command.
Examples
Showing the list of saved checkpoints:
switch# show checkpoint list ckpt1 ckpt2 ckpt3 startup-config AUTO20170308214100
Showing a detailed list of all saved system and user checkpoints:
switch# show checkpoint list all |NAME |TYPE |WRITER |DATE(UTC) |HARDWARE |IMAGE VERSION | |CPC20171017195548 |checkpoint |System |2020-10-17T19:55:48Z |00000 |xx.10.0x.xxxxX-1-g7691be0| |ckpt23 |checkpoint |User |2020-10-17T20:09:00Z |00000 |xx.10.0x.xxxxX-1-g7691be0| |ckpt24 |checkpoint |User |2020-10-17T20:09:09Z |00000 |xx.10.0x.xxxxX-1-g7691be0| |ckpt30 |checkpoint |User |2020-10-17T20:10:36Z |00000 |xx.10.0x.xxxxX-1-g7691be0| |startup-config-backup|checkpoint |System |2020-10-17T20:17:56Z |00000 |xx.10.0x.xxxxX-1-g7691be0| |CPC20171017201712 |checkpoint |System |2020-10-17T20:19:12Z |00000 |xx.10.0x.xxxxAZ-10-g4c6b4446bd6| |ckpt31 |checkpoint |User |2020-10-17T20:19:24Z |00000 |xx.10.0x.xxxxAZ-10-g4c6b4446bd6| |startup-config |startup |User |2020-10-17T20:47:11Z |00000 |xx.10.0x.xxxxAZ-10-g4c6b4446bd6| |ckpt32 |checkpoint |User |2020-10-17T20:50:24Z |00000 |xx.10.0x.xxxxAZ-10-g4c6b4446bd6| |CPC20171017205110 |checkpoint |System |2020-10-17T20:51:10Z |00000 |xx.10.0x.xxxxAZ-10-g4c6b4446bd6|
Showing a detailed list of saved checkpoints for a specific date range:
switch# show checkpoint list date 2020-03-08 2020-03-12 |NAME |TYPE |WRITER |DATE |HARDWARE |IMAGE VERSION | |ckpt2 |checkpoint |User |2020-03-08 18:10:01 | |0.0.0 | |ckpt3 |checkpoint |User |2020-03-09 23:11:02 | |0.0.0 | |ckpt4 |checkpoint |User |2020-03-11 00:00:03 | |0.0.0 |