About User export

A User export backs up your files and account configuration information.

The export saves your home directory data (in the directory public_html - which is part of your home directory /home) and your email messages (in the directory /var/spool/mail).

When you export a file, a compressed .gz file (UNIX compression format) is created.

The naming convention of an exported file is as follows:

<server_hostname>_<user_name@site_name>_<export_type>_<YYYY>_<Month>_<date>_<Hours>_Minutes>.tar.gz


Where:
<server_hostname>
is the name of the control panel server
<user_name@site_name>
is the name of the user exported for the specified site
<export_type>
indicates the type of export
<YYYY>_<Month>_<date>_<Hours>_Minutes>
is the time-stamp when the data is exported.

For example, exporting the user user1 on the site mysite.com on Jan 06, 2003 at 11.30 creates the following file:

example.com_user1@mysite.com_user_2003_January_06_11_30.tar.gz