options.addOption(Option.builder(OP_BACKUP_CONFIG).longOpt("backup-cfg").argName("file").desc("stores a copy of the gms config table in the given file")
.desc("transfers the config key:values from the source to the destination database (defined in the "+FILENAME_PROPERTIES+" file)").hasArg(false).build());
options.addOption(Option.builder(OP_RESTORE_CONFIG).longOpt("restore-cfg").argName("file").desc("restores the db config table from the given file")
.desc("transfers the scenes.proc_level status from the source to the destination database (defined in the "+FILENAME_PROPERTIES+" file)").hasArg(false)