try {
jtextareaProcess.setText("");
if (options == 0) {
bckManager.restoreDatabase();
} else {
bckManager.restoreDatabase(options);
}
jtextareaProcess.append(i18n.INFO_RESTORE_COMPLETED);
} catch (SQLException e) {
jtextareaProcess.append(e.getLocalizedMessage()+ CR + i18n.INFO_RESTORE_CANCELED);
}