fune/browser/components/backup/docs/index.rst
Mike Conley 45fb308a44 Bug 1896715 - Create an ArchiveEncryptionState class for encrypting backups. r=djackson,backup-reviewers,kpatenio
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
2024-06-03 18:14:33 +00:00

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