Searched refs:backupLocation (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tasks/
H A DBackupTask.java342 * @param backupLocation The backup directory.
345 private boolean backupBackend(Backend<?> b, File backupLocation) argument
354 if (backupLocation.exists())
356 String descriptorPath = backupLocation.getPath() + File.separator +
364 backupLocation.getPath());
370 logger.error(ERR_BACKUPDB_CANNOT_BACKUP_IN_DIRECTORY, b.getBackendID(), backupLocation.getPath(),
388 backupDir = new BackupDirectory(backupLocation.getPath(), cfg.dn());
395 backupLocation.mkdirs();
399 logger.error(ERR_BACKUPDB_CANNOT_CREATE_BACKUP_DIR, backupLocation.getPath(), getExceptionMessage(e));
403 backupDir = new BackupDirectory(backupLocation
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/tasks/
H A DBackupTask.java410 * @param backupLocation The backup directory.
413 private boolean backupBackend(Backend b, File backupLocation) argument
422 if (backupLocation.exists())
424 String descriptorPath = backupLocation.getPath() + File.separator +
432 backupLocation.getPath());
439 b.getBackendID(),backupLocation.getPath(),
463 backupDir = new BackupDirectory(backupLocation.getPath(), cfg.dn());
470 backupLocation.mkdirs();
475 backupLocation.getPath(), getExceptionMessage(e));
480 backupDir = new BackupDirectory(backupLocation
[all...]
/forgerock/opendj2/src/server/org/opends/server/tasks/
H A DBackupTask.java409 * @param backupLocation The backup directory.
412 private boolean backupBackend(Backend b, File backupLocation) argument
421 if (backupLocation.exists())
423 String descriptorPath = backupLocation.getPath() + File.separator +
431 backupLocation.getPath());
438 b.getBackendID(),backupLocation.getPath(),
462 backupDir = new BackupDirectory(backupLocation.getPath(), cfg.dn());
469 backupLocation.mkdirs();
474 backupLocation.getPath(), getExceptionMessage(e));
479 backupDir = new BackupDirectory(backupLocation
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tasks/
H A DBackupTask.java410 * @param backupLocation The backup directory.
413 private boolean backupBackend(Backend b, File backupLocation) argument
422 if (backupLocation.exists())
424 String descriptorPath = backupLocation.getPath() + File.separator +
432 backupLocation.getPath());
439 b.getBackendID(),backupLocation.getPath(),
463 backupDir = new BackupDirectory(backupLocation.getPath(), cfg.dn());
470 backupLocation.mkdirs();
475 backupLocation.getPath(), getExceptionMessage(e));
480 backupDir = new BackupDirectory(backupLocation
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tasks/
H A DBackupTask.java410 * @param backupLocation The backup directory.
413 private boolean backupBackend(Backend b, File backupLocation) argument
422 if (backupLocation.exists())
424 String descriptorPath = backupLocation.getPath() + File.separator +
432 backupLocation.getPath());
439 b.getBackendID(),backupLocation.getPath(),
463 backupDir = new BackupDirectory(backupLocation.getPath(), cfg.dn());
470 backupLocation.mkdirs();
475 backupLocation.getPath(), getExceptionMessage(e));
480 backupDir = new BackupDirectory(backupLocation
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tasks/
H A DBackupTask.java409 * @param backupLocation The backup directory.
412 private boolean backupBackend(Backend b, File backupLocation) argument
421 if (backupLocation.exists())
423 String descriptorPath = backupLocation.getPath() + File.separator +
431 backupLocation.getPath());
438 b.getBackendID(),backupLocation.getPath(),
462 backupDir = new BackupDirectory(backupLocation.getPath(), cfg.dn());
469 backupLocation.mkdirs();
474 backupLocation.getPath(), getExceptionMessage(e));
479 backupDir = new BackupDirectory(backupLocation
[all...]

Completed in 25 milliseconds