forked from mirrors/gecko-dev
This class will be used to generate the keys and ephemera necessary to encrypt backups. The actual encryption will occur in a later patch. The state can be serialized and deserialized to disk. Differential Revision: https://phabricator.services.mozilla.com/D210718
16 lines
318 B
ReStructuredText
16 lines
318 B
ReStructuredText
.. _components/backup:
|
|
|
|
================
|
|
Backup Component
|
|
================
|
|
|
|
The Backup Component is responsible for creating backups of user profile data
|
|
into a single file that can be easily restored from.
|
|
|
|
.. toctree::
|
|
:maxdepth: 3
|
|
|
|
backup-service
|
|
backup-resources
|
|
backup-ui-actors
|
|
archive-encryption
|