Support syncing against multiple destinations #185

Open
opened 2020-08-06 16:56:21 +00:00 by gburd · 0 comments
gburd commented 2020-08-06 16:56:21 +00:00 (Migrated from github.com)

This is certainly interesting, and might be desirable. For example, syncing against a backup storage as well as against a regular cross-client server.

A simple prototype of this might look as simple as:

  • describing what a "destination" is
    • (server_uri, user_uuid) tuple might be enough for a first pass at this
  • segment our metadata by destinations as we're syncing

Otherwise, sync semantics should remain the same.

This is certainly interesting, and might be desirable. For example, syncing against a backup storage as well as against a regular cross-client server. A simple prototype of this might look as simple as: - describing what a "destination" is - (server_uri, user_uuid) tuple might be enough for a first pass at this - segment our metadata by destinations as we're syncing Otherwise, sync semantics should remain the same.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: greg/mentat#185
No description provided.