Commit 87e45fd
authored
docs: add feature comparison table to README (#114)
## What
Adds a **How Driven compares** section near the top of the README (right
after
the intro blurb, before Install), with a 14-row Markdown table comparing
Driven
against five alternatives: **rclone, Google Drive for desktop,
Duplicati,
restic, and Backblaze Personal Backup**.
The framing leads with Driven's honest niche - a native cross-platform
desktop
app pairing end-to-end encryption with one-way backup to a cloud you
already
own, plus battery/metered-network awareness and gitignore-aware excludes
- and
openly marks where Driven is thinner today (single backend, no
block-level
dedup, per issue #34).
## Driven cells verified against the code/docs on main
- Point-in-time restore-by-date: wired end-to-end (`restore.rs` `as_of`,
migration `0006_file_versions.sql`, UI `restore.ts` `asOf` + per-source
versioning setting).
- VSS locked-file backup: shipped (README Features + `driven-vss`).
- E2E encryption (XChaCha20-Poly1305, BIP39 recovery phrase),
gitignore-aware
excludes, battery/metered/offline + sleep awareness, in-app restore
browser,
auto-update stable/dev, MIT OR Apache-2.0, local SQLite state,
Win/mac/Linux:
all confirmed in README Features and the crates.
- Marked **No** honestly: multiple storage backends and block-level
dedup are
post-v1 backlog (#34), not shipped.
## Competitor sources checked (2026)
- **rclone** - crypt = client-side/zero-knowledge encryption; `bisync`
two-way;
CLI (GUIs are third-party, e.g. RcloneView); no native
versioning/point-in-time
restore; no battery/metered awareness.
https://rclone.org/crypt/ , https://rclone.org/bisync/ ,
https://github.com/rclone/rclone
- **Google Drive for desktop** - mirror/stream, two-way sync;
server-side
encryption (CSE only for eligible Workspace admin configs, not
consumer);
Windows/macOS only (Linux via third-party).
https://support.google.com/drive/answer/13401938 ,
https://workspaceupdates.googleblog.com/2022/06/synchronize-cse-files-with-drive-for-desktop.html
- **Duplicati** - AES-256 client-side encryption, file versioning,
block-level
dedup, Windows VSS, local web UI (runs as a service).
https://duplicati.com/ , https://www.cloudwards.net/review/duplicati/ ,
https://docs.duplicati.com/
- **restic** - AES-256 client-side encryption, snapshots
(point-in-time),
chunk dedup, `--use-fs-snapshot` for Windows VSS, CLI (GUI via
third-party
Backrest), cross-platform.
https://restic.net/ ,
https://restic.readthedocs.io/en/stable/040_backup.html ,
https://github.com/restic/restic
- **Backblaze Personal Backup** - backs up to Backblaze's own cloud;
optional
user private key (passphrase entered server-side on restore); 30-day
version
history (extendable to 1yr/Forever); Windows/macOS only.
https://www.backblaze.com/cloud-backup/personal ,
https://www.backblaze.com/cloud-backup/features/backup-encryption ,
https://www.backblaze.com/cloud-backup/features/extended-version-history
## Conventions
LF endings, pure ASCII (`file` reports "ASCII text"), no em-dashes.
Competitor
negatives and Driven's own gaps all carry one-line footnotes, plus a
"verified 2026-07" note. No CI markdown-lint gate exists in this repo.
Do not merge yet - flagged for review.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
https://claude.ai/code/session_01LQMbCLUj5JT2e35qQMvsyA1 parent 3c6b029 commit 87e45fd
1 file changed
Lines changed: 56 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
21 | 77 | | |
22 | 78 | | |
23 | 79 | | |
| |||
0 commit comments