Hello,
I am using these 2 commands for migrating accounts from server 1 to server 2 (both in the same version) :
Code:
/opt/zimbra/bin/zmmailbox -z -m user@domain.com getRestURL “//?fmt=tgz” > /tmp/account.tgz
and
Code:
/opt/zimbra/bin/zmmailbox -z -m user@domain.com postRestURL “//?fmt=tgz&resolve=reset” /tmp/account.tgz
But now I want to use the same method for a 'update' operation on the same server for a test from version 5.0.18 to 6RC1
But it seems that the tgz file resulting in the backup on version 5 in not compatible with tgz for version 6 ???
As I can't use imapsync, what other tool I can use ?
Thanks.
PS : sorry, but this post should be in the 'Migration' forum.