Import mailbox data which is exported in tgz format using curl: Difference between revisions

(Created page with "{{WIP}}{{Article Infobox|{{admin}}|{{ZCS 8.6}}|{{ZCS 8.5}}|{{ZCS 8.0}}}} =Import mailbox data which is exported in tgz format using curl= ==Purpose== To help Zimbra Web Client...")
 
Line 2: Line 2:
=Import mailbox data which is exported in tgz format using curl=
=Import mailbox data which is exported in tgz format using curl=
==Purpose==
==Purpose==
To help Zimbra Web Client end-users troubleshoot filter issues.
To help Zimbra Web Client end users troubleshoot filter issues.


==Resolution==
==Resolution==
There is another method to import the exported mailbox data, using the following command line to import the data:
There is another method to import the exported mailbox data - using the following command line to import the data:
  curl -k -u admin:<password> --data-binary @/tmp/export.tgz  "https://localhost:7071/service/home/differentuser@domain.com/?fmt=tgz&resolve=skip"
  curl -k -u admin:<password> --data-binary @/tmp/export.tgz  "https://localhost:7071/service/home/differentuser@domain.com/?fmt=tgz&resolve=skip"


Line 13: Line 13:


{{Article Footer|Zimbra Collaboration 8.6, 8.5, 8.0|03/04/2015}}
{{Article Footer|Zimbra Collaboration 8.6, 8.5, 8.0|03/04/2015}}
{{NeedSME|SME1|SME2|Copyeditor}}
{{NeedSME|SME1|SME2|Jenny Jarrard}}

Revision as of 15:48, 21 May 2015

Admin Article

Article Information

This article applies to the following ZCS versions.

ZCS 8.6 Article ZCS 8.6 ZCS 8.5 Article ZCS 8.5 ZCS 8.0 Article ZCS 8.0


Import mailbox data which is exported in tgz format using curl

Purpose

To help Zimbra Web Client end users troubleshoot filter issues.

Resolution

There is another method to import the exported mailbox data - using the following command line to import the data:

curl -k -u admin:<password> --data-binary @/tmp/export.tgz  "https://localhost:7071/service/home/differentuser@domain.com/?fmt=tgz&resolve=skip"

Additional Content


Verified Against: Zimbra Collaboration 8.6, 8.5, 8.0 Date Created: 03/04/2015
Article ID: https://wiki.zimbra.com/index.php?title=Import_mailbox_data_which_is_exported_in_tgz_format_using_curl Date Modified: 2015-05-21



Try Zimbra

Try Zimbra Collaboration with a 60-day free trial.
Get it now »

Want to get involved?

You can contribute in the Community, Wiki, Code, or development of Zimlets.
Find out more. »

Looking for a Video?

Visit our YouTube channel to get the latest webinars, technology news, product overviews, and so much more.
Go to the YouTube channel »


Wiki/KB reviewed by SME1 SME2 Jenny Jarrard Last edit by Jenny Jarrard
Jump to: navigation, search