} catch (Exception e) {
throw new StorageException("The storage factory class '" + factoryName + "' defined in the configuration could not be instanciated.", e);
}
// Set the backup job
m_backupJob = new AbstractJob(BACKUP_JOB_NAME) {
@Override
protected void init() {
setFrequency(DEFAULT_AUTOSAVE_INTERVAL * 1000);
}