BackupChainLog backupChainLog = new BackupChainLog(backupChainLogFile);
File storageDir = backupChainLog.getBackupConfig().getBackupDir();
File fullBackupDir = JCRRestore.getFullBackupFile(storageDir);
DataRestoreContext context = new DataRestoreContext(
new String[] {DataRestoreContext.STORAGE_DIR},
new Object[] {fullBackupDir});
for (Backupable component : backupable)
{