wsBackupConfig.setBackupDir(config.getBackupDir());
wsBackupConfig.setBackupType(config.getBackupType());
wsBackupConfig.setIncrementalJobNumber(config.getIncrementalJobNumber());
wsBackupConfig.setIncrementalJobPeriod(config.getIncrementalJobPeriod());
BackupChain bchain =
new BackupChainImpl(wsBackupConfig, config.getBackupDir(), repository,
fullBackupType, incrementalBackupType, IdGenerator.generate());
wsLogFilePathList.add(bchain.getLogFilePath());
workspaceBackups.add(bchain);
}
this.repositoryChainLog = new RepositoryBackupChainLog(logDirectory,
this.config,