Quote:
Originally Posted by chrishewitt # cat Backuplist-24-April-2008.txt
FATAL error, aborting operation
too large elastic buffer or elastic buffer incoherent structure
Any ideas?
Christian |
Hi Christian,
have close look at the following two commands they show K & J options with crypt FULL & DIFF files and if the options are used on the wrong archive you will get the error above.
Code:
dar -K bf:MYLONGCRYPTKEY -l 19_Zimbra_Backup_13-May-2008_FULL | head
Warning, the archive 19_Zimbra_Backup_13-May-2008_FULL has been encrypted. A wrong key is not possible to detect, it would cause DAR to report the archive as corrupted
[data ][ EA ][compr] | permission | user | group | size | date | filename
----------------------+------------+-------+-------+-------+-------------------------------+------------
[Saved] [-----] drwxr-xr-x 1001 zimbra 0 Tue May 13 20:16:30 2008 db
[Saved] [-----] drwxr-x--- zimbra zimbra 0 Tue May 13 19:57:26 2008 db/data
[Saved] [-----] drwx------ zimbra zimbra 0 Sun Mar 23 16:39:41 2008 db/data/test
[Saved] [-----] drwx------ zimbra zimbra 0 Sun Mar 23 16:39:42 2008 db/data/mysql
[Saved] [ ] -rw-rw---- zimbra zimbra 0 Sun Mar 23 16:39:42 2008 db/data/mysql/procs_priv.MYD
[Saved] [ 82%] -rw-rw---- zimbra zimbra 1024 Sun Mar 23 16:39:42 2008 db/data/mysql/procs_priv.MYI
[Saved] [ 94%] -rw-rw---- zimbra zimbra 8875 Sun Mar 23 16:39:42 2008 db/data/mysql/procs_priv.frm
and
Code:
dar -J bf:MYLONGCRYPTKEY -l 19_Zimbra_Backup_13-May-2008_DIFF | head
-J is only useful with -A option, for the archive of reference
[data ][ EA ][compr] | permission | user | group | size | date | filename
----------------------+------------+-------+-------+-------+-------------------------------+------------
[Saved] [-----] drwxr-xr-x 1001 zimbra 0 Tue May 13 21:40:48 2008 db
[Saved] [-----] drwxr-x--- zimbra zimbra 0 Tue May 13 20:18:22 2008 db/data
[ ] [-----] drwx------ zimbra zimbra 0 Sun Mar 23 16:39:41 2008 db/data/test
[ ] [-----] drwx------ zimbra zimbra 0 Sun Mar 23 16:39:42 2008 db/data/mysql
[ ] [-----] -rw-rw---- zimbra zimbra 0 Sun Mar 23 16:39:42 2008 db/data/mysql/procs_priv.MYD
[ ] [-----] -rw-rw---- zimbra zimbra 1024 Sun Mar 23 16:39:42 2008 db/data/mysql/procs_priv.MYI
[ ] [-----] -rw-rw---- zimbra zimbra 8875 Sun Mar 23 16:39:42 2008 db/data/mysql/procs_priv.frm
[ ] [-----] -rw-rw---- zimbra zimbra 77815 Sun Mar 23 16:39:42 2008 db/data/mysql/help_keyword.MYD
Now the error:
Code:
dar -K bf:MYLONGCRYPTKEY -l 19_Zimbra_Backup_13-May-2008_DIFF | head
FATAL error, aborting operation
too large elastic buffer or elastic buffer incoherent structure
Does this help you, Please check this agains your dar files, and let me know. That is if you still have some dar that are crypt.
heinzg