Zmboxmove: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
bash script [[Zmboxmove.sh.gz]] that implements functionality of proprietary CLI program zmmailboxmove from Network Edition for Zimbra Collaboration Suite 6.0 - Open Source Edition
bash script [[Zmboxmove.sh.gz]] that implements functionality of proprietary CLI program zmmailboxmove from Network Edition for Zimbra Collaboration Suite 6.0 - Open Source Edition


<pre>
Usage: zmboxmv -h -a test@test.com -s mail2.test.com -t /tmp/tmp.tgz -p -
Usage: zmboxmv -h -a test@test.com -s mail2.test.com -t /tmp/tmp.tgz -p -
v -m reset
v -m reset
Line 14: Line 15:
  reset (default) - will delete the old subfolder (or entire mailbox if /).
  reset (default) - will delete the old subfolder (or entire mailbox if /).
  replace - will delete and re-enter them."
  replace - will delete and re-enter them."
</pre>

Revision as of 13:16, 18 March 2011

bash script Zmboxmove.sh.gz that implements functionality of proprietary CLI program zmmailboxmove from Network Edition for Zimbra Collaboration Suite 6.0 - Open Source Edition

Usage: zmboxmv -h -a test@test.com -s mail2.test.com -t /tmp/tmp.tgz -p -
v -m reset
-h              Displays the usage options for this command.
-a <arg>        Email address of account to move.
-s <arg>        Server where mailbox is moved to.
-t <arg>        Location of temp file.
-p      Do not purge old mailbox on previous server. After a mailbox has been successfully moved to a new server, do not remove the mailbox and its contents from the previous server.
-v      Verbose output.
-m [skip,modify,reset,replace]  Importing mode
 skip - ignores duplicates of old items, its also the default conflict-resolution.
 modify - changes old items.
 reset (default) - will delete the old subfolder (or entire mailbox if /).
 replace - will delete and re-enter them."
Jump to: navigation, search