for (final File file : archivedCommitLogDir.listFiles())
{
logger.debug(String.format("Uploading commit log %s for backup", new Object[] { file.getCanonicalFile() }));
try
{
AbstractBackupPath abp = (AbstractBackupPath)new RetryableCallable(3, 100L)
{
public AbstractBackupPath retriableCall() throws Exception
{
AbstractBackupPath bp = (AbstractBackupPath) pathFactory.get();