Cloud attachment backup
Last updated: 28 Jun 2026
Premium—requires cross-device sync.
Who this is for
Premium users with cloud sync enabled who store files alongside assets—PDFs, images, key exports—and need ciphertext blobs on other devices without re-uploading manually.
What you need
| Tier | NT² Premium with sync enabled |
| Vault state | Unlocked during upload/download |
| Network | Online; large files may take time on slow links |
| Feature toggle | Cloud sync on (https://se.nt2.me/settings/vault/sync) |
Steps
How attachment sync relates to item sync
- Item metadata (filename, size, mime, encryption IV) lives in per-vault SQLite
asset_attachments. - Ciphertext bytes live in local BlobStore (browser OPFS
vaults/{vaultId}/attachments/*.binor Tauri files). - When sync runs, NT² pushes/pulls encrypted blobs to Cloudflare R2 keyed by your Vault Key DID session—same blind model as item replicas.
Upload after adding attachments
- Add or replace an attachment on an asset (Attachments guide).
- Trigger Sync now on Cloud sync settings—or wait for the automatic attachment pass after item push.
- Other devices pull missing blobs on their next sync; decryption uses your local vault key after unlock.
Confirm on a second device
- Unlock the same vault replica on device B (bootstrap + password, or enrolled device).
- Ensure Cloud sync is enabled and Premium active.
- Open the asset; NT² downloads the R2 object on demand or during sync prefetch. Offline mode uses already-fetched blobs only.
Disable or remove attachments
- Deleting an attachment locally creates a tombstone in the next replica batch.
- Sync propagates deletion metadata; R2 garbage collection is server-side—local delete does not instantly purge all cloud copies.
- Disabling sync on one device does not remove blobs already stored in R2.
Tips and common mistakes
- Attachment sync requires item sync—there is no standalone “attachments only” cloud tier.
- Initial enable pushes item batches without embedding all blobs in one giant file; attachments stream in follow-up operations.
- Keep offline
.nt2backupexports—R2 is a convenience replica, not your only disaster copy. - Large vaults: sync on Wi‑Fi; metered mobile may charge for upload/download volume NT² cannot meter for you.