Skip to content

Instantly share code, notes, and snippets.

@richardsonlima
Created April 6, 2017 12:46
Show Gist options
  • Save richardsonlima/effd721d61b60b83b71055a720305d3b to your computer and use it in GitHub Desktop.
Save richardsonlima/effd721d61b60b83b71055a720305d3b to your computer and use it in GitHub Desktop.
su - zimbra -c "zmmailbox -z -m contadeemail@dominio postRestURL '//?fmt=tgz&resolve=skip' pastadebackup/arquivodebackup.tgz";
* Note :
--> resolve = skip. This parameters will keep mailboxes existing on users.
--> resolve = reset. This parameters will delete mailboxes existing on user and will be changed with mailbox backup.
The reset parameter could be changed with skip, replace, modify.
--> folder/file-location.tgz is folder/file location backup mailboxes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment