Location of exported data

When you run the ExportData tool, you specify where it stores the files that it exports from Connected. You can specify this destination as any folder to which your local computer account has write access, regardless of whether it is on the local computer, a remote computer, or a removable storage device. The tool uses the specified location as the root of a folder hierarchy having the following syntax:

destination\request\user\device\originalFilePath\filename

For a description of the variables that this syntax uses, see the tool's command-line Secondary Options information.

NOTE: If the destination lacks enough free space to store all files, the tool stores as many as it can, logs an error, and then stops. The tool tracks which files it exports so that if you make space more available and resume the request, the tool exports only the remaining files.

While exporting files, the tool uses a combination of special folder naming conventions, invalid character handling, and truncation methods to ensure that this folder hierarchy meets the path limit and accepted set of characters for the destination's operating system. For example, suppose that you export the file C:\Reports\June\sales.txt from Jane Smith's Windows-based backup set to the destination C:\Exports. If you name the request for the export Request1, the tool exports the file as C:\Exports\Request1\u1\d1\p1\C\Reports\June\sales.txt.

The following list describes the special processing that the tool performs on various items during exports:

  • Users. Creates one folder per user.

    The tool creates a separate folder for each user in the request, regardless of whether it exports any data for that user. To shorten the user portion of the path's length, the tool identifies users by shorthand in the form u1, u2, u3, and so on. The file that maps the shorthand notation to actual user names is destination\request\userMap.csv.

  • Devices. Creates one folder per device.

    The tool creates a separate folder for the user's Connected sync folder (if it exists) and all backup devices with the same operating system as the one on which the tool runs, regardless of whether any exported data originates from those locations. To shorten the device portion of the path's length, the tool identifies devices by shorthand in the form d1, d2, d3, and so on. The file that maps the shorthand notation to actual device names is destination\request\user\deviceMap.csv.

    How the tool represents actual device names in the deviceMap.csv file depends on the type of exported data:

    • For backup files, the device name is the name of the computer.

    • For sync files, the device name is always 'Connected Files'.

  • Windows drive letters. Removes the colon from the original path's drive letter in Windows-based destinations.

    For example, an original path C:\temp\myReports becomes C\temp\myReports.

  • Reserved characters. Logs the names of files or folders it is unable to export because the item's name is either reserved or contains characters reserved for the destination's operating system. The tool logs the information to destination\request\user\data_export.log.

  • Long path names (Windows only). Truncates paths that are too long for the destination's operating system.