Scheduled mirroring between your clouds — that keeps running while your computer sleeps, and can stay sealed even from us.
Relay moves files from one cloud to another on a schedule. To do that with your machine off, it must hold your cloud logins (OneDrive, S3) — there's no way around that; something has to sign in. What it does not need to hold is the key that makes the files readable. Those are two different keys, and keeping them separate is the whole game.
Each mode is the same pipeline — OneDrive → Relay → S3 — differing only in where the content key lives. That single choice decides whether the server can read your data, and whether it can run while you're away.
| Mode | Content key | Server can read | Computer off | Best for |
|---|---|---|---|---|
| A Open Mirror | none | Yes | Yes | Non-sensitive data, speed |
| B Managed Vault | symmetric, on server | Yes | Yes | Guarding against stolen bucket keys |
| C Sealed Vault | public key only | No* | Yes | Unattended + private (recommended) |
| D Private Vault | your device / agent | No | Your agent | Maximum secrecy, ransomware recovery |
* Sealed at rest in S3; the server transiently holds plaintext in memory during the copy. Mode D removes even that.
Separate from how it's encrypted is when it runs and whose key is present. Relay supports both, and the scheduler lets you choose per job.
Runs on a timer with everything of yours switched off. Available for Modes A, B, and C — because none of them need your private key to write.
For secured work that needs your real key while you're around: sign in, kick it off, and let it keep running in the background — even after you close the tab — for the life of your session.
Inside Cloud Transfer → Schedules, every recurring mirror gets two new choices: how it's protected, and who needs to be awake for it to run.
Scheduled, unattended OneDrive → S3 mirroring runs with your computer off.
Browser-generated key pair; only the public key reaches the server, the private key downloads as your recovery kit. Files land .crseal and only you can open them, with the offline unseal tool.
The two selectors above, live in Cloud Transfer → Schedules — plus a "Seal at destination" option on one-off transfers.
A presence heartbeat gates these schedules — they run only while you're actually in the app, never unattended.
Optional server-held-key encryption, and a small always-on agent for true end-to-end when you want the server fully out of the plaintext path.