}
private void restore() {
String location = "restore";
logger.info(location, jobid, messages.fetchLabel("History directory")+IDuccEnv.DUCC_HISTORY_DIR);
HistoryPersistenceManager hpm = HistoryPersistenceManager.getInstance();
DuccData duccData = DuccData.getInstance();
restoreReservations(hpm, duccData);
restoreJobs(hpm, duccData);
restoreServices(hpm, duccData);
duccData.report();