backupDirectory =
new StringArgument(
"backupdirectory", 'd', "backupDirectory", true,
false, true, INFO_BACKUPDIR_PLACEHOLDER.get(), null, null,
INFO_BACKUPDB_DESCRIPTION_BACKUP_DIR.get());
argParser.addArgument(backupDirectory);
incremental = new BooleanArgument(
"incremental", 'i', "incremental",
INFO_BACKUPDB_DESCRIPTION_INCREMENTAL.get());