// Restart the server after putting the files
// back like we found them.
ServerController sc = new ServerController(getInstallation());
sc.stopServer(true);
sc.startServer(true);
} catch (IOException e) {
LOG.log(Level.INFO, "Error getting backup directory", e);
}
}