From ae9b70a92890b8175913884216131d4ca650fae9 Mon Sep 17 00:00:00 2001
From: abobrov <abobrov@localhost>
Date: Fri, 19 Dec 2008 14:31:30 +0000
Subject: [PATCH] - [Issue 3674] Task backend should support backup and export

---
 opends/src/messages/messages/backend.properties |   77 ++++++++++++++++++++++++++++++++++++++
 1 files changed, 77 insertions(+), 0 deletions(-)

diff --git a/opends/src/messages/messages/backend.properties b/opends/src/messages/messages/backend.properties
index 48e4025..b39b2fb 100644
--- a/opends/src/messages/messages/backend.properties
+++ b/opends/src/messages/messages/backend.properties
@@ -1056,3 +1056,80 @@
 SEVERE_ERR_RECURRINGTASK_INVALID_TOKENS_COMBO_377=The provided recurring task \
  entry attribute %s holding the recurring task schedule has invalid tokens \
  combination yielding a nonexistent calendar date
+SEVERE_ERR_TASKS_CANNOT_EXPORT_TO_FILE_378=An error occurred while \
+ attempting to export task backend data:  %s
+SEVERE_ERR_TASKS_BACKUP_CANNOT_GET_MAC_379=An error occurred while attempting \
+ to obtain the %s MAC provider to create the signed hash for the backup:  %s
+SEVERE_ERR_TASKS_BACKUP_CANNOT_GET_DIGEST_380=An error occurred while \
+ attempting to obtain the %s message digest to create the hash for the backup: \
+ %s
+SEVERE_ERR_TASKS_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_381=An error occurred \
+ while trying to create the tasks archive file %s in directory %s:  %s
+SEVERE_ERR_TASKS_BACKUP_CANNOT_GET_CIPHER_382=An error occurred while \
+ attempting to obtain the cipher to use to encrypt the backup:  %s
+SEVERE_ERR_TASKS_BACKUP_ZIP_COMMENT_383=%s tasks backup %s
+SEVERE_ERR_TASKS_BACKUP_CANNOT_BACKUP_TASKS_FILE_384=An error occurred while \
+ attempting to back up tasks file %s:  %s
+SEVERE_ERR_TASKS_BACKUP_CANNOT_CLOSE_ZIP_STREAM_385=An error occurred while \
+ trying to close the tasks archive file %s in directory %s:  %s
+SEVERE_ERR_TASKS_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_386=An error occurred \
+ while attempting to update the backup descriptor file %s with information \
+ about the tasks backup:  %s
+SEVERE_ERR_TASKS_RESTORE_NO_SUCH_BACKUP_387=Unable to restore or verify \
+ tasks backup %s in directory %s because no such backup exists
+SEVERE_ERR_TASKS_RESTORE_NO_BACKUP_FILE_388=Unable to restore or verify \
+ tasks backup %s in directory %s because the archive filename could not be \
+ determined
+SEVERE_ERR_TASKS_RESTORE_NO_SUCH_FILE_389=Unable to restore or verify tasks \
+ backup %s because the specified archive file %s does not exist
+SEVERE_ERR_TASKS_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_390=Unable to restore or \
+ verify tasks backup %s because an error occurred while trying to determine \
+ whether backup archive %s exists:  %s
+SEVERE_ERR_TASKS_RESTORE_UNKNOWN_DIGEST_391=Unable to restore or verify \
+ tasks backup %s because an unsigned hash of this backup is available but the \
+ server cannot determine the digest algorithm used to generate this hash
+SEVERE_ERR_TASKS_RESTORE_CANNOT_GET_DIGEST_392=Unable to restore or verify \
+ tasks backup %s because it has an unsigned hash that uses an unknown or \
+ unsupported digest algorithm of %s
+SEVERE_ERR_TASKS_RESTORE_UNKNOWN_MAC_393=Unable to restore or verify tasks \
+ backup %s because a signed hash of this backup is available but the server \
+ cannot determine the MAC algorithm used to generate this hash
+SEVERE_ERR_TASKS_RESTORE_CANNOT_GET_MAC_394=Unable to restore or verify \
+ tasks backup %s because it has a signed hash that uses an unknown or \
+ unsupported MAC algorithm of %s
+SEVERE_ERR_TASKS_RESTORE_CANNOT_OPEN_BACKUP_FILE_395=Unable to restore or \
+ verify tasks backup %s because an error occurred while attempting to open \
+ the backup archive file %s:  %s
+SEVERE_ERR_TASKS_RESTORE_CANNOT_GET_CIPHER_396=Unable to restore or verify \
+ tasks backup %s because it is encrypted using an unknown or unsupported \
+ cipher:  %s
+SEVERE_ERR_TASKS_RESTORE_CANNOT_GET_ZIP_ENTRY_397=Unable to restore or verify \
+ tasks backup %s because an error occurred while trying to read the next \
+ entry from the archive file %s:  %s
+SEVERE_ERR_TASKS_RESTORE_CANNOT_CREATE_FILE_398=Unable to restore tasks \
+ backup %s because an error occurred while trying to recreate file %s:  %s
+SEVERE_ERR_TASKS_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_399=Unable to restore or \
+ verify tasks backup %s because an error occurred while processing archived \
+ file %s:  %s
+SEVERE_ERR_TASKS_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_400=Unable to restore or \
+ verify tasks backup %s because an unexpected error occurred while trying to \
+ close the archive file %s:  %s
+NOTICE_TASKS_RESTORE_UNSIGNED_HASH_VALID_401=The message digest calculated \
+ from the backup archive matches the digest stored with the backup information
+SEVERE_ERR_TASKS_RESTORE_UNSIGNED_HASH_INVALID_402=Unable to restore or \
+ verify tasks backup %s because the message digest calculated from the backup \
+ archive does not match the digest stored with the backup information
+NOTICE_TASKS_RESTORE_SIGNED_HASH_VALID_403=The signed digest calculated from \
+ the backup archive matches the signature stored with the backup information
+SEVERE_ERR_TASKS_RESTORE_SIGNED_HASH_INVALID_404=Unable to restore or verify \
+ tasks backup %s because the signed digest calculated from the backup archive \
+ does not match the signature stored with the backup information
+NOTICE_TASKS_RESTORE_VERIFY_SUCCESSFUL_405=All tests performed on tasks \
+ backup %s from directory %s show that the archive appears to be valid
+NOTICE_TASKS_RESTORE_SUCCESSFUL_406=Tasks backup %s was successfully \
+ restored from the archive in directory %s
+SEVERE_ERR_BACKUP_MISSING_BACKUPID_407=The information for backup %s could \
+ not be found in the backup directory %s
+SEVERE_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

--
Gitblit v1.10.0