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)
Sat, Feb 15, 12:33 AM
Unknown Object (File)
Sun, Jan 26, 4:36 AM
Unknown Object (File)
Jan 11 2025, 6:56 PM
Unknown Object (File)
Dec 31 2024, 1:20 AM
Unknown Object (File)
Dec 15 2024, 1:56 AM
Unknown Object (File)
Dec 15 2024, 1:56 AM
Unknown Object (File)
Dec 15 2024, 1:54 AM
Unknown Object (File)
Dec 15 2024, 1:29 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
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.