2.4.9. List All Configuration Snapshots Using Management CLI
Prerequisites
Configuration snapshots are a point-in-time copy of the current server configuration. These copies can be saved and loaded by the administrator.
The following example uses the
standalone.xml file, but the same process applies to the domain.xml and host.xml files.
Procedure 2.18. List All Configuration Snapshots
List all snapshots
List all of the saved snapshots by running the:list-snapshotscommand.[standalone@localhost:9999 /]
:list-snapshots{ "outcome" => "success", "result" => { "directory" => "/home/hostname/EAP_HOME/standalone/configuration/standalone_xml_history/snapshot", "names" => [ "20110818-133719699standalone.xml", "20110809-141225039standalone.xml", "20110802-152010683standalone.xml", "20110808-161118457standalone.xml", "20110912-151949212standalone.xml", "20110804-162951670standalone.xml" ] } }
Result
The snapshots are listed.