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/jeb.properties | 38 -------------------------------------- 1 files changed, 0 insertions(+), 38 deletions(-) diff --git a/opendj-server-legacy/src/messages/org/opends/messages/jeb.properties b/opendj-server-legacy/src/messages/org/opends/messages/jeb.properties index 7850b7e..17ee5fa 100644 --- a/opendj-server-legacy/src/messages/org/opends/messages/jeb.properties +++ b/opendj-server-legacy/src/messages/org/opends/messages/jeb.properties @@ -112,48 +112,10 @@ pre-loading ERR_JEB_CACHE_PRELOAD_62=An error occurred while preloading the \ database cache for backend %s: %s -ERR_JEB_BACKUP_CANNOT_GET_MAC_63=An error occurred while attempting to \ - obtain the %s MAC provider to create the signed hash for the backup: %s -ERR_JEB_BACKUP_CANNOT_GET_DIGEST_64=An error occurred while attempting \ - to obtain the %s message digest to create the hash for the backup: %s -ERR_JEB_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_65=An error occurred while \ - trying to create the database archive file %s in directory %s: %s -ERR_JEB_BACKUP_CANNOT_GET_CIPHER_66=An error occurred while attempting \ - to obtain the cipher to use to encrypt the backup: %s -ERR_JEB_BACKUP_ZIP_COMMENT_67=%s backup %s of backend %s -ERR_JEB_BACKUP_CANNOT_LIST_LOG_FILES_68=An error occurred while \ - attempting to obtain a list of the files in directory %s to include in the \ - database backup: %s -ERR_JEB_BACKUP_CANNOT_WRITE_ARCHIVE_FILE_69=An error occurred while \ - attempting to back up database file %s: %s -ERR_JEB_BACKUP_CANNOT_CLOSE_ZIP_STREAM_70=An error occurred while \ - trying to close the database archive file %s in directory %s: %s -ERR_JEB_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_71=An error occurred \ - while attempting to update the backup descriptor file %s with information \ - about the database backup: %s -ERR_JEB_BACKUP_UNSIGNED_HASH_ERROR_72=The computed hash of backup %s \ - is different to the value computed at time of backup -ERR_JEB_BACKUP_SIGNED_HASH_ERROR_73=The computed signed hash of backup \ - %s is different to the value computed at time of backup -ERR_JEB_INCR_BACKUP_REQUIRES_FULL_74=A full backup must be taken \ - before an incremental backup can be taken -ERR_JEB_CANNOT_RENAME_RESTORE_DIRECTORY_75=The directory %s, \ - containing the files restored from backup, could not be renamed to the \ - backend directory %s -ERR_JEB_INCR_BACKUP_FROM_WRONG_BASE_76=One of the following base \ - backup IDs must be specified for the incremental backup: %s ERR_JEB_CANNOT_CREATE_BACKUP_TAG_FILE_77=The backup tag file %s could \ not be created in %s -ERR_JEB_BACKUP_CANNOT_RESTORE_78=An error occurred while attempting to \ - restore the files from backup %s: %s -ERR_JEB_BACKUP_MISSING_BACKUPID_79=The information for backup %s could \ - not be found in the backup directory %s -NOTE_JEB_BACKUP_FILE_UNCHANGED_82=Not changed: %s NOTE_JEB_BACKUP_CLEANER_ACTIVITY_83=Including %s additional log file(s) due \ to cleaner activity -NOTE_JEB_BACKUP_VERIFY_FILE_84=Verifying: %s -NOTE_JEB_BACKUP_RESTORED_FILE_85=Restored: %s (size %d) -NOTE_JEB_BACKUP_ARCHIVED_FILE_86=Archived: %s NOTE_JEB_EXPORT_FINAL_STATUS_87=Exported %d entries and skipped %d in %d \ seconds (average rate %.1f/sec) NOTE_JEB_EXPORT_PROGRESS_REPORT_88=Exported %d records and skipped %d (recent \ -- Gitblit v1.10.0