========= Archiving ========= When archiving is enabled through the relevant pref (``toolkit.telemetry.archive.enabled``), pings submitted to ``TelemetryController`` are also stored locally in the user profile directory, in ``/datareporting/archived``. To allow for cheaper lookup of archived pings, storage follows a specific naming scheme for both the directory and the ping file name: `/...jsonlz4`. * ```` - The subdirectory name, generated from the ping creation date. * ```` - Timestamp of the ping creation date. * ```` - The ping identifier. * ```` - The ping type.