System Management
7450 ESS OS Basic System Configuration Guide Page 417
remote-max-checkpoints
Syntax remote-max-checkpoints <1..200>
Context config>system>rollback
Description Configures the maximum number of rollback checkpoint files when the rollback-location is remote (e.g.
ftp).
Default 10
local-max-checkpoints
Syntax local-max-checkpoints <1..50>
Context config>system>rollback
Description Configures the maximum number of rollback checkpoint files when the rollback-location is on local
compact flash.
Default 10
save
Syntax save [rescue] [comment comment-string]
Context admin>rollback
Description If the optional “rescue” keyword is not used, this command saves a rollback checkpoint at the location and
with the filename specified by the rollback-location with a suffix of ".rb". The previously saved checkpoints
will have their suffixes incremented by one (.rb.1 becomes .rb.2, etc). If there are already as many
checkpoint files as the maximum number supported, then the last checkpoint file is deleted.
If the “rescue” keyword is used, then this command saves the current operational configuration as a rescue
configuration at the location and with the filename specified by the rescue-location. The filename will have
the suffix “.rc” appended.
Default none
Parameters comment-string — A comment of up to 255 characters in length that is associated with the checkpoint.
rescue — Save the rescue checkpoint instead of a normal rollback checkpoint.