I have upgraded ZCS from 5.0.18 to 6.0.5 on CentOS4.
Release 6.0.5_GA_2214.RHEL4_20100202202825 CentOS4 NETWORK edition.
The upgrade completed without any errors, or so it seems.
When I try to run full backup, it fails.
The error message is:
Server: zimbra.example.com
Label: full-20100221.080024.698
Type: full
Status: completed (with errors)
Started: Sun, 2010/02/21 10:00:24.698 SAST
Ended: Sun, 2010/02/21 10:09:06.592 SAST
Redo log sequence range: 5744 .. 5744
Number of accounts: 1
Number of errors: 1
ERRORS
email@example.com: Input/output error
java.io.IOException: Input/output error
at java.io.FileInputStream.readBytes(Native Method)
at java.io.FileInputStream.read(FileInputStream.java: 177)
at com.zimbra.common.util.FileUtil.copyOIO(FileUtil.j ava:204)
at com.zimbra.common.util.FileUtil.copyOIO(FileUtil.j ava:194)
at com.zimbra.common.io.AsyncFileCopier$WorkerThread. copy(AsyncFileCopier.java:155)
at com.zimbra.common.io.AsyncFileCopier$WorkerThread. run(AsyncFileCopier.java:115)
Below is a full backup of one of the problem accounts.
Only the 2 BIG accounts fail with the same error below.
The email@example.com is 4.4GB as per the ZWC.
I tried to export the account using:
/opt/zimbra/bin/zmmailbox -z -m email@example.com getRestURL "//?fmt=tgz" > /backup/email-example-com.tgz
This created a 2185685471 bytes file:
-rw-r--r-- 1 root root 2185685471 Feb 21 08:23 email-example-com.tgz
Testing the .tgz file, it gives me errors:
[root@zimbra backup]# file email-example-com.tgz
email-example-com.tgz: gzip compressed data, from MS-DOS
[root@zimbra backup]# tar tzvf email-example-com.tgz | less
[root@zimbra backup]# mkdir tmp
[root@zimbra backup]# cd tmp/
[root@zimbra tmp]# tar zxf ../email-example-com.tgz
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
Does /tmp directory get used by zmbackup?
What else can I try?


LinkBack URL
About LinkBacks

