Page MenuHomePhabricator

[client-backup] add initial backup types
ClosedPublic

Authored by kamil on Aug 29 2023, 2:10 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Dec 15, 1:56 AM
Unknown Object (File)
Sun, Dec 15, 1:56 AM
Unknown Object (File)
Sun, Dec 15, 1:54 AM
Unknown Object (File)
Sun, Dec 15, 1:29 AM
Unknown Object (File)
Sun, Dec 8, 3:51 PM
Unknown Object (File)
Fri, Dec 6, 12:50 PM
Unknown Object (File)
Nov 22 2024, 4:47 PM
Unknown Object (File)
Nov 7 2024, 12:52 PM
Subscribers

Details

Summary

Types to handle information about backup.

UserKeys - was discussed on crypto sync.
UserData - selecting store which not updates very often because in initial version we perform full backup, so this should avoid slowing down app too much.
BackupAuth - D8911

Depends on D8991

Test Plan

N/A

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.Aug 29 2023, 3:06 AM
This revision is now accepted and ready to land.Aug 29 2023, 5:18 AM
lib/types/backup-types.js
14–18 ↗(On Diff #30470)

This type will be used widely across codebase, not only for backups, but we can update it later

This revision was automatically updated to reflect the committed changes.