public interface ExtendedBackupManager extends BackupManager
FULL_AND_INCREMENTAL, FULL_BACKUP_ONLY| Modifier and Type | Method and Description |
|---|---|
void |
restoreExistingRepository(File repositoryBackupSetDir,
boolean asynchronous)
Restore existing repository.
|
void |
restoreExistingRepository(RepositoryBackupChainLog log,
RepositoryEntry repositoryEntry,
boolean asynchronous)
Restore existing repository.
|
void |
restoreExistingRepository(String repositoryBackupIdentifier,
boolean asynchronous)
Restore existing repository.
|
void |
restoreExistingRepository(String repositoryBackupIdentifier,
RepositoryEntry repositoryEntry,
boolean asynchronous)
Restore existing repository.
|
void |
restoreExistingWorkspace(BackupChainLog log,
String repositoryName,
WorkspaceEntry workspaceEntry,
boolean asynchronous)
Restore existing workspace.
|
void |
restoreExistingWorkspace(File workspaceBackupSetDir,
boolean asynchronous)
Restore existing workspace.
|
void |
restoreExistingWorkspace(String workspaceBackupIdentifier,
boolean asynchronous)
Restore existing workspace.
|
void |
restoreExistingWorkspace(String workspaceBackupIdentifier,
String repositoryName,
WorkspaceEntry workspaceEntry,
boolean asynchronous)
Restore existing workspace.
|
void |
restoreRepository(File repositoryBackupSetDir,
boolean asynchronous)
ReprositoryEntry for restore should be contains in BackupChainLog.
|
void |
restoreRepository(String repositoryBackupIdentifier,
boolean asynchronous)
ReprositoryEntry for restore should be contains in BackupChainLog.
|
void |
restoreWorkspace(File workspaceBackupSetDir,
boolean asynchronous)
WorkspaceEntry for restore should be contains in BackupChainLog.
|
void |
restoreWorkspace(String workspaceBackupIdentifier,
boolean asynchronous)
WorkspaceEntry for restore should be contains in BackupChainLog.
|
findBackup, findBackup, findRepositoryBackup, findRepositoryBackupId, getBackupDirectory, getBackupsLogs, getCurrentBackups, getCurrentRepositoryBackups, getDefaultIncrementalJobPeriod, getFullBackupType, getIncrementalBackupType, getLastRepositoryRestore, getLastRestore, getMessages, getRepositoryBackupsLogs, getRepositoryRestores, getRestores, restore, restore, restore, restore, startBackup, startBackup, stopBackup, stopBackupvoid restoreExistingWorkspace(String workspaceBackupIdentifier, String repositoryName, WorkspaceEntry workspaceEntry, boolean asynchronous) throws BackupOperationException, BackupConfigurationException
workspaceBackupIdentifier - backup identifierworkspaceEntry - new workspace configurationasynchronous - if 'true' restore will be in asynchronous mode (i.e. in separated thread)BackupOperationException - if backup operation exception occurredBackupConfigurationException - if configuration exception occurredvoid restoreExistingWorkspace(BackupChainLog log, String repositoryName, WorkspaceEntry workspaceEntry, boolean asynchronous) throws BackupOperationException, BackupConfigurationException
log - workspace backup logworkspaceEntry - new workspace configurationasynchronous - if 'true' restore will be in asynchronous mode (i.e. in separated thread)BackupOperationException - if backup operation exception occurredBackupConfigurationException - if configuration exception occurredvoid restoreExistingRepository(String repositoryBackupIdentifier, RepositoryEntry repositoryEntry, boolean asynchronous) throws BackupOperationException, BackupConfigurationException
repositoryBackupIdentifier - backup identifierrepositoryEntry - new repository configurationasynchronous - if 'true' restore will be in asynchronous mode (i.e. in separated thread)BackupOperationException - if backup operation exception occurredBackupConfigurationException - if configuration exception occurredvoid restoreExistingRepository(RepositoryBackupChainLog log, RepositoryEntry repositoryEntry, boolean asynchronous) throws BackupOperationException, BackupConfigurationException
log - repository backup logrepositoryEntry - new repository configurationasynchronous - if 'true' restore will be in asynchronous mode (i.e. in separated thread)BackupOperationException - if backup operation exception occurredBackupConfigurationException - if configuration exception occurredvoid restoreExistingWorkspace(String workspaceBackupIdentifier, boolean asynchronous) throws BackupOperationException, BackupConfigurationException
workspaceBackupIdentifier - identifier to workspace backup.asynchronous - if 'true' restore will be in asynchronous mode (i.e. in separated thread)BackupOperationException - if backup operation exception occurredBackupConfigurationException - if configuration exception occurredvoid restoreExistingRepository(String repositoryBackupIdentifier, boolean asynchronous) throws BackupOperationException, BackupConfigurationException
repositoryBackupIdentifier - identifier to repository backup.asynchronous - if 'true' restore will be in asynchronous mode (i.e. in separated thread)BackupOperationException - if backup operation exception occurredBackupConfigurationException - if configuration exception occurredvoid restoreWorkspace(String workspaceBackupIdentifier, boolean asynchronous) throws BackupOperationException, BackupConfigurationException
workspaceBackupIdentifier - identifier to workspace backup.asynchronous - if 'true' restore will be in asynchronous mode (i.e. in separated thread)BackupOperationException - if backup operation exception occurredBackupConfigurationException - if configuration exception occurredvoid restoreRepository(String repositoryBackupIdentifier, boolean asynchronous) throws BackupOperationException, BackupConfigurationException
repositoryBackupIdentifier - identifier to repository backup.asynchronous - if 'true' restore will be in asynchronous mode (i.e. in separated thread)BackupOperationException - if backup operation exception occurredBackupConfigurationException - if configuration exception occurredvoid restoreExistingWorkspace(File workspaceBackupSetDir, boolean asynchronous) throws BackupOperationException, BackupConfigurationException
workspaceBackupSetDir - the directory with backup setasynchronous - if 'true' restore will be in asynchronous mode (i.e. in separated thread)BackupOperationException - if backup operation exception occurredBackupConfigurationException - if configuration exception occurredvoid restoreExistingRepository(File repositoryBackupSetDir, boolean asynchronous) throws BackupOperationException, BackupConfigurationException
repositoryBackupSetDir - the directory with backup setasynchronous - if 'true' restore will be in asynchronous mode (i.e. in separated thread)BackupOperationException - if backup operation exception occurredBackupConfigurationException - if configuration exception occurredvoid restoreWorkspace(File workspaceBackupSetDir, boolean asynchronous) throws BackupOperationException, BackupConfigurationException
workspaceBackupSetDir - the directory with backup setasynchronous - if 'true' restore will be in asynchronous mode (i.e. in separated thread)BackupOperationException - if backup operation exception occurredBackupConfigurationException - if configuration exception occurredvoid restoreRepository(File repositoryBackupSetDir, boolean asynchronous) throws BackupOperationException, BackupConfigurationException
repositoryBackupSetDir - the directory with backup setasynchronous - if 'true' restore will be in asynchronous mode (i.e. in separated thread)BackupOperationException - if backup operation exception occurredBackupConfigurationException - if configuration exception occurredCopyright © 2018 eXo Platform SAS. All Rights Reserved.