View Single Post
  #7 (permalink)  
Old 12-14-2007, 12:03 PM
jrefl5 jrefl5 is offline
Advanced Member
 
Posts: 205
Post The Final FIX

The final fix was to get a full all accounts backup, and copy /opt/zimbra/backup to another filesystem. Then install.sh -u followed by a reinstall.

1.
Code:
zmbackup -a all-f
2.
Code:
cp -pr /opt/zimbra/backup /tmp/zimbra/
as root.

3.
Code:
install.sh -u
4.
Code:
install.sh -s
5.
Code:
cp -pr /tmp/zimbra/backup /opt/zimbra/backup
as zimbra
6.
Code:
zmrestore -a all -lb last-Full_backup (step 1.)
from the Zimbra Administration console
7. confirm everything was back.

note that I had to restore some accounts from an older backup (these were mostly accounts that had not been used at that time).

8. recheck again.
9. another Full backup
Code:
zmbackup --fullbackup --target /opt/zimbra/backup --account all
Reply With Quote