Sync
Synchronize account-backed resumes across signed-in devices with offline queueing and conflict handling.
Synchronization is the user-facing reason to choose a connected deployment. Rustume Cloud makes it available immediately after sign-in; open-source operators can provide it from their own Cloud-configured installation.
Workflow
- Edits are saved locally while a device is offline.
- Create, update, and delete operations are queued durably.
- Queued mutations upload after reconnecting.
- Diverged edits are detected before either copy is replaced.
- Users can use Version History when restoration is needed.
Choosing hosted or self-hosted sync
| Choice | Setup | Operational responsibility |
|---|---|---|
| Rustume Cloud | Sign in and begin editing | Hosted service operates storage, availability, and backups |
| Self-hosted connected deployment | Configure Cloud mode and identity | Operator runs storage, backup, monitoring, and upgrades |
There is no feature entitlement difference between those choices. Read Cloud Getting Started or Environment Variables to choose a path.