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/utility.properties |   46 +++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 45 insertions(+), 1 deletions(-)

diff --git a/opendj-server-legacy/src/messages/org/opends/messages/utility.properties b/opendj-server-legacy/src/messages/org/opends/messages/utility.properties
index b814f59..38a158b 100644
--- a/opendj-server-legacy/src/messages/org/opends/messages/utility.properties
+++ b/opendj-server-legacy/src/messages/org/opends/messages/utility.properties
@@ -572,4 +572,48 @@
 ERR_LDAP_CONN_BAD_INTEGER_302=Invalid integer number "%s". Please \
  enter a valid integer
 ERR_ARG_SUBCOMMAND_INVALID_303=Invalid subcommand
-WARN_UNABLE_TO_USE_FILESYSTEM_API_304=Unable to gather information on Filesystem APIs, disk monitoring will be verbose
\ No newline at end of file
+WARN_UNABLE_TO_USE_FILESYSTEM_API_304=Unable to gather information on Filesystem APIs, disk monitoring will be verbose
+ERR_BACKUP_CANNOT_GET_MAC_305=An error occurred while attempting to \
+ obtain the %s MAC provider to create the signed hash for the backup: %s
+ERR_BACKUP_CANNOT_GET_DIGEST_306=An error occurred while attempting \
+ to obtain the %s message digest to create the hash for the backup: %s
+ERR_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_307=An error occurred while \
+ trying to create the archive file %s in directory %s for the backup %s: %s
+ERR_BACKUP_CANNOT_GET_CIPHER_308=An error occurred while attempting \
+ to obtain the cipher to use to encrypt the backup: %s
+ERR_BACKUP_ZIP_COMMENT_309=%s backup %s
+ERR_BACKUP_CANNOT_LIST_LOG_FILES_310=An error occurred while \
+ attempting to obtain a list of the files in directory %s to include in the \
+ backup: %s
+ERR_BACKUP_CANNOT_WRITE_ARCHIVE_FILE_311=An error occurred while \
+ attempting to back up file %s of backup %s: %s
+ERR_BACKUP_CANNOT_CLOSE_ZIP_STREAM_312=An error occurred while \
+ trying to close the archive file %s in directory %s: %s
+ERR_BACKUP_UNSIGNED_HASH_ERROR_313=The computed hash of backup %s \
+ is different to the value computed at time of backup
+ERR_BACKUP_SIGNED_HASH_ERROR_314=The computed signed hash of backup \
+ %s is different to the value computed at time of backup
+ERR_CANNOT_RENAME_RESTORE_DIRECTORY_315=The directory %s, \
+ containing the files restored from backup, could not be renamed to the \
+ directory %s
+ERR_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_316=An error occurred \
+ while attempting to update the backup descriptor file %s with information \
+ about the backup: %s
+ERR_BACKUP_CANNOT_RESTORE_317=An error occurred while attempting to \
+ restore the files from backup %s: %s
+NOTE_BACKUP_FILE_UNCHANGED_318=Backup file has not changed: %s
+NOTE_BACKUP_VERIFY_FILE_319=Verifying backup file: %s
+NOTE_BACKUP_RESTORED_FILE_320=Restored backup file: %s (size %d)
+NOTE_BACKUP_ARCHIVED_FILE_321=Archived backup file: %s
+WARN_BACKUPDB_INCREMENTAL_NOT_FOUND_DOING_NORMAL_322=Could not find any \
+ backup in '%s'. A full backup will be executed
+ERR_BACKUP_CANNOT_GET_MAC_KEY_ID_323=An error occurred while attempting to \
+ obtain the MAC key ID to create the signed hash for the backup %s : %s
+ERR_BACKUP_CANNOT_CREATE_DIRECTORY_TO_RESTORE_FILE_324=An error occurred while \
+ attempting to create a directory to restore the file %s for backup of %s
+ERR_BACKUP_CANNOT_SAVE_FILES_BEFORE_RESTORE_325=An error occurred while \
+ attempting to save files from root directory %s to target directory %s, for \
+ backup of %s : %s
+ERR_BACKUP_CANNOT_CREATE_SAVE_DIRECTORY_326=An error occurred while \
+ attempting to create a save directory with base path %s before restore of \
+ backup of %s: %s
\ No newline at end of file

--
Gitblit v1.10.0