***********************************************************************************************************
3.33.12 preserve	: Preserve configurations of BMC configurations after update firmware

	usage		: java -jar GbtUtility-2.1.76.jar [options] rest preserve <get | set> [*.json]

	<get>		: Get preserve configurations json data of BMC configurations after update firmware

	<set>		: Set preserve configurations json data of BMC configurations after update firmware
	[*.json]	: The preserve configurations json data for set

	Example:
		by Nodelist  : java -jar GbtUtility-2.1.76.jar rest preserve get
		by single IP : java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 rest preserve set examples/rest/preserveCfg.json
		by scan IP   : java -jar GbtUtility-2.1.76.jar -S ssdp rest preserve set examples/rest/preserveCfg.json
***********************************************************************************************************