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)
Mon, Apr 21, 3:07 AM
Unknown Object (File)
Sat, Apr 19, 1:02 AM
Unknown Object (File)
Fri, Apr 18, 1:59 PM
Unknown Object (File)
Fri, Apr 18, 12:24 AM
Unknown Object (File)
Fri, Apr 18, 12:14 AM
Unknown Object (File)
Thu, Apr 17, 7:16 AM
Unknown Object (File)
Mon, Mar 31, 9:33 AM
Unknown Object (File)
Thu, Mar 27, 5:23 AM
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
Branch
client-backup
Lint
No Lint Coverage
Unit
No Test Coverage

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

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.