From 75fceea66e311b3de58d76a4c993af0fec13dd3d Mon Sep 17 00:00:00 2001 From: Nicolas Capponi <nicolas.capponi@forgerock.com> Date: Mon, 27 Apr 2015 13:20:04 +0000 Subject: [PATCH] OPENDJ-1870 CR-6581 Update BackupManager to generic tool --- opendj-server-legacy/src/messages/org/opends/messages/backend.properties | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/opendj-server-legacy/src/messages/org/opends/messages/backend.properties b/opendj-server-legacy/src/messages/org/opends/messages/backend.properties index 3c4f0fb..5542b86 100644 --- a/opendj-server-legacy/src/messages/org/opends/messages/backend.properties +++ b/opendj-server-legacy/src/messages/org/opends/messages/backend.properties @@ -978,9 +978,6 @@ restored from the archive in directory %s ERR_BACKUP_MISSING_BACKUPID_407=The information for backup %s could \ not be found in the backup directory %s -ERR_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_408=An error occurred \ - while attempting to update the backup descriptor file %s with information \ - about the backup: %s ERR_SCHEMA_MODIFY_RULEID_CONFLICTS_FOR_ADD_DSR_409=Unable to add DIT \ structure rule %s because its rule identifier conflicts with existing DIT structure \ rule (%s) @@ -1034,4 +1031,10 @@ space is restored WARN_DISK_SPACE_FULL_THRESHOLD_CROSSED_432=Disk free space of %d bytes for directory %s is now below disk low \ threshold of %d bytes. Backend %s is now offline and will no longer accept any operations until sufficient \ - disk space is restored \ No newline at end of file + disk space is restored +ERR_BACKEND_LIST_FILES_TO_BACKUP_433=An error occurred while trying to \ + list the files to backup for backend '%s': %s +ERR_BACKEND_SWITCH_TO_APPEND_MODE_434=An error occurred while trying to \ + switch to append mode for backend '%s': %s +ERR_BACKEND_END_APPEND_MODE_435=An error occurred while trying to \ + end append mode for backend '%s': %s -- Gitblit v1.10.0