replicator.sh — now in beta

The backup that
proves it works.

Store, transform, and materialize any digital goods. Local-first. AI-native. No cloud required. Migrate in, deduplicate, replicate to 3 destinations, verify — done.

Free forever · No account required · 1.2M files indexed in testing

replicator
$ replicator scan /Volumes/Photos
Scanning... 847,234 files indexed in 3.2s
847,234 unique
353,102 duplicated (safe to remove)
12,441 unique — no redundant copy ⚠
$ replicator replicate --to B2 --to /NAS/archive
Replicating 12,441 at-risk files...
12,441 files replicated to 2 destinations
$ replicator verify
Sampling 500 files, test-restoring hashes...
Backup verified. 500/500 files match. Safe.
$ replicator status D:
D:\ is 90% covered — safe to reformat
1.2M
files indexed in testing
4.2TB
data under management
175
tests passing
0/8
competitors verify backup integrity
The problem

You have four tools. None of them talk to each other.

rsync for sync. rclone for cloud. restic for backup. Some shell script you wrote at 2am to deduplicate. You still don't know if your backup actually works. Neither does anyone else's tool.

Pain #1
"Is this drive safe to reformat?"
You've been asking this for 6 months. You'll copy everything again just in case — again.
Pain #2
"Does my backup actually work?"
Last backup: 2 hours ago. But has anyone tried to restore it? No. No tool does this automatically.
Pain #3
"My photos are trapped in Google."
10 years of memories. First-class import doesn't exist in any competitor. You're stuck.
What Replicator does

migrate in → deduplicate → replicate → verify

The only tool that covers all four steps. No competitor does.

🔍
Integrity verification — the only tool that proves it
Every competitor shows "last backup: 2h ago." Replicator randomly samples your backup, test-restores files, and confirms hashes match. You get a signed report. If it passes, it works.
$ replicator verify --sample 1000
Sampling 1,000 random files from B2...
1,000/1,000 hashes match. Backup healthy.
🚪
Google Photos escape hatch
First-class Google Takeout + iCloud import. Deduplicated, dated, organized — into storage you control. 0 of 8 competitors build this.
🗃️
Content-addressed dedup (BLAKE3)
Finds every duplicate across phone + old drives + cloud exports. Not by filename — by content. Safe to delete duplicates with confidence.
3-2-1 backup, automated
Declare your destinations (local NAS + B2 + R2). Replicator handles the rest — continuously, verifiably, without babysitting.
🤖
AI-native — MCP server included
Chat with your backup. "What's at risk on D:\?" "Show me all PSDs with no TIFF copy." Claude calls the API. Replicator answers.
📋
Human-readable manifest
Every operation produces a signed manifest. What was backed up, hash, location, format. Give it to your executor — they'll know exactly what you have and where.
🔧
Unix-native CLI + JSON output
Composable, scriptable, webhook-ready. Pipe to jq. Cron it. Wire it into your existing automation. Works with rsync, rclone, S3, B2, local — anything.
AI-native by design

Talk to your backup.
It answers.

Replicator ships with an MCP server. Any AI assistant (Claude, ChatGPT, custom agent) can call it. You don't open a dashboard — you ask a question.

  • "Is it safe to reformat my D:\\ drive?" → Yes. 90% covered by H:\\.
  • "Convert all PSDs to TIFF" → Queued 37,404 files. Starting.
  • "What's my most at-risk data?" → 12,441 files on I:\\ with 0 copies.
Claude → Replicator MCP
user
Back up my photos folder to Backblaze B2.
replicator.scan()
→ 847,234 files, 4.2TB
replicator.replicate()
→ 12,441 new files queued → B2
claude
Done. 12,441 new files replicated to B2. Backup verified — 500 sample hashes match. You're covered.
Why Replicator

No single competitor covers all four steps.

Workflow Arq Ente Immich Backblaze Replicator
Scan existing drives & index ~
Cross-library deduplication ~
Replicate to multiple destinations
Backup integrity verification ~
Google Photos / iCloud import
AI-callable API (MCP)
Human-readable manifest ~
No monthly fee for local use

✓ full coverage · ~ partial · ✗ not covered

Pricing

Free forever. Pay only for AI and cloud.

The CLI is genuinely free. No trial. No nag screen. The hacker community gets it free and tells everyone.

CLI Free
$0
  • Unlimited local scanning & indexing
  • BLAKE3 dedup across all drives
  • Replication to any backend
  • Integrity verification
  • JSON output, webhooks, CLI
  • MCP server
Download
AI Credits
most popular
$10/ month pack
  • Everything in Free
  • AI directory classification
  • Auto-captions (photos, videos)
  • Visual search ("find beach photos")
  • Face recognition
  • PSD → TIFF batch via cloud workers
Get AI credits
Cloud Storage
$5/ mo
  • Encrypted offsite via Cloudflare R2
  • Priority-weighted — highest-risk files first
  • Verified restore guarantee
  • $5/mo up to 100GB
  • $20/mo up to 1TB
Add cloud
Pro (one-time)
$149 once
  • Everything in Free
  • Desktop GUI + dashboard
  • Advanced replication coordinator
  • Priority-weighted scheduler
  • No subscription, ever
Buy Pro
Get started

Your data. Your recipe.
Your rules.

Start with the free CLI. It indexes your drives, finds duplicates, tells you what's at risk, and proves your backup works. No account. No upload. Runs entirely on your machine.

$ npm install -g replicator && replicator scan
Download free CLI Read the docs →