2.4.4. 使用管理 CLI 保存配置快照
总结
配置快照是当前服务器配置的时间点拷贝。管理员可以保存和加载这些拷贝。
		下面的例子使用了 
standalone.xml 配置文件,但相同的过程适用于 domain.xml 和 host.xml 配置文件。
	前提条件
过程 2.7. 创建配置快照并保存
- 保存快照 运行- take-snapshot操作来创建当前服务器配置的快照。- [standalone@localhost:9999 /] :take-snapshot { "outcome" => "success", "result" => "/home/User/EAP_HOME/standalone/configuration/standalone_xml_history/snapshot/20110630-172258657standalone.xml"- [standalone@localhost:9999 /] :take-snapshot { "outcome" => "success", "result" => "/home/User/EAP_HOME/standalone/configuration/standalone_xml_history/snapshot/20110630-172258657standalone.xml"- Copy to Clipboard Copied! - Toggle word wrap Toggle overflow 
结果
保存了当前服务器配置的快照。