368369370371372373374375376377378
Thread.sleep(30); } if (bch != null) { backupManagerImpl.stopBackup(bch); } // restore RepositoryBackupChainLog rblog = new RepositoryBackupChainLog(new File(bch.getLogFilePath()));
437438439440441442443444445446447
537538539540541542543544545546547
Thread.sleep(30); } if (bch != null) { backupManagerImpl.stopBackup(bch); } // restore File backLog = new File(bch.getLogFilePath()); if (backLog.exists())
603604605606607608609610611612613
Thread.sleep(30); } if (bch != null) { backupManagerImpl.stopBackup(bch); } // restore BackupChainLog bclog = new BackupChainLog(new File(bch.getLogFilePath()));