Hello dbayer!
The Zextras Migration Tool will export all of the items you mentioned, along with mailboxes, domains, classes of service and mailbox contents.
Server and Global settings are not restored by Zextras Backup due to the fact that the destination server might require different settings, but those can be always viewed using the "zxsuite backup getServerConfig" command:
Code:
zimbra@suite:~$ zxsuite backup getServerConfig
command getServerConfig requires more parameters
Syntax:
zxsuite backup getServerConfig {standard|customizations} [attr1 value1 [attr2 value2...]]
PARAMETER LIST
NAME TYPE EXPECTED VALUES DEFAULT
type(M) Multiple choice standard|customizations
date(O) String "dd/MM/yyyy HH:mm:ss"|"last"|"all"
backup_path(O) Path
file(O) String Path to backup file
query(O) String type/id/key
verbose(O) String false
colors(O) String false
(M) == mandatory parameter, (O) == optional parameter
Usage example:
zxsuite backup getserverconfig standard date last
Display a summary of the latest backup data for Server and Global configuration.
zxsuite backup getserverconfig standard date last query /
Display the latest backed up server and global configuration settings.
zxsuite backup getserverconfig standard file /path/to/backup/file
Display the contents of a backup file instead of the current server backup.
zxsuite backup getserverconfig standard date last query zimlets/com_zimbra_ymemoticons colors true verbose true
Displays all settings for the com_zimbra_ymemoticons zimlet, using colored output and high verbosity.
Have a nice day,
Cine
the Zextras Team
Bookmarks