BlinkDisk Review: Open-Source Backup That Protects Every File
A hands-on look at BlinkDisk, the open-source AGPL backup tool with end-to-end encryption, file deduplication, and S3, B2, NAS, and WebDAV support.
TL;DR
TL;DR: BlinkDisk is an open-source, cross-platform desktop backup tool with end-to-end encryption, file deduplication, and flexible storage targets including S3, B2, NAS, and WebDAV — free if you bring your own storage.
Source and Accuracy Notes
⚠️ This section is MANDATORY. All links must be verified from actual source, not guessed.
- Project page: blinkdisk.com
- Source repository: github.com/blinkdisk/blinkdisk
- License: AGPL-3.0 (verified via GitHub API
license.spdx_id) - HN launch thread: news.ycombinator.com/item?id=43906222
- Source last checked: 2026-06-29 (commit
blinkdisk/blinkdiskmain branch)
What Is BlinkDisk?
BlinkDisk is a desktop backup application that creates versioned snapshots of your files and stores them across any storage target you choose. Unlike cloud sync tools (iCloud, OneDrive, Google Drive) that overwrite the latest file version, BlinkDisk keeps a full history — so you can restore any file to any point in time.
The project launched on Hacker News in June 2026 and has accumulated 181 stars on GitHub. It is published under the AGPL-3.0 license.
The core differentiation is end-to-end encryption: your files are encrypted with your password before they leave your device. Not even BlinkDisk’s managed CloudBlink service can read your data — only you hold the key.
Setup Workflow
Step 1: Download and Install
Head to blinkdisk.com/download and grab the installer for your platform.
# Linux: install via AppImage, deb, or rpm
# macOS: download the .dmg, drag to Applications
# Windows: download and run the .exe installer
Supported platforms:
| Platform | Versions | |----------|----------| | Windows | Windows 10/11 (64-bit) | | macOS | Big Sur and newer | | Linux | AppImage, deb, rpm (x86_64, arm64, armv7l) |
Step 2: Choose Folders to Protect
On first launch, BlinkDisk prompts you to select folders to back up. You can add as many folders as you like — photos, documents, code projects, whatever matters.
Step 3: Pick a Storage Target
BlinkDisk supports two storage models:
CloudBlink (managed, paid): BlinkDisk’s own cloud storage with a free tier offering 30-day trial with 100 GB free. No setup required — works out of the box.
Custom Storage (free, self-hosted): Bring your own storage backend. Supported targets include:
- Local filesystem (external drives, USB drives)
- Any S3-compatible storage (Wasabi, MinIO, Backblaze B2, Amazon S3, Google Cloud Storage, Azure Blob Storage)
- Network Attached Storage (NAS) via SMB/NFS
- WebDAV
- SFTP
- Any Rclone remote
# Example: configure Backblaze B2 as a storage target
# After installing, open BlinkDisk → Settings → Storage → Add Custom
# Select "Backblaze B2" and enter your account credentials
Step 4: First Backup Starts Automatically
Once configured, BlinkDisk runs in the background and begins backing up your files. The first run uploads all selected files; subsequent runs only upload changed or new files thanks to built-in deduplication.
Deeper Analysis
End-to-End Encryption
Files are encrypted client-side with your password before upload. The encryption key never leaves your machine. This matters for compliance-conscious users or anyone storing sensitive data on third-party S3 buckets.
File Deduplication
BlinkDisk automatically detects identical files across your backup sets and stores them only once. This reduces storage costs and upload bandwidth significantly for users with many repeated files (e.g., libraries, VM images, datasets).
Versioning
Unlike cloud sync tools that keep only the current version, BlinkDisk maintains a full version history. You can browse snapshots and restore any previous state of a file or folder.
Cross-Platform
Available on Windows, macOS, and Linux with native builds. Settings and backup metadata sync across installs via the encrypted backup manifest.
Practical Evaluation Checklist
- Does the installer work on first run? Yes — download from the official site.
- Is the UI straightforward for non-technical users? Yes — three steps: pick folders, choose storage, done.
- Does it handle large files gracefully? Deduplication reduces repeated upload overhead.
- Are storage targets flexible? Yes — S3, B2, NAS, WebDAV, SFTP, Rclone remotes.
- Is encryption truly end-to-end? Yes — password never sent to servers.
- Is the source open? Yes — AGPL-3.0 on GitHub.
Security Notes
- Client-side encryption means the service provider (including BlinkDisk CloudBlink) cannot access your data.
- Password is never transmitted — only used locally to derive encryption keys.
- Self-hosted storage option eliminates third-party risk entirely.
- Open-source code means the security model is verifiable.
FAQ
Q: How is this different from cloud sync tools like Google Drive? A: Cloud sync tools overwrite the latest version of each file. BlinkDisk keeps a full version history and supports many storage backends, not just cloud sync.
Q: Is there a free plan? A: Yes — if you bring your own storage (S3, B2, NAS, local drive), it is completely free. CloudBlink (BlinkDisk’s managed service) has a free trial with 100 GB.
Q: Does BlinkDisk work on Linux headless servers? A: BlinkDisk is a desktop application. For server-side backups, consider tools like Restic, BorgBackup, or Rclone.
Q: Can I use my existing S3 bucket? A: Yes. Any S3-compatible storage is supported, including Wasabi, MinIO, Backblaze B2, AWS S3, Google Cloud Storage, and Azure Blob Storage.
Conclusion
BlinkDisk fills the gap between simple cloud sync (no versioning, vendor lock-in) and complex enterprise backup solutions (expensive, over-engineered). With end-to-end encryption, file deduplication, a clean UI, and support for virtually any storage backend, it is a compelling self-hosted backup choice for individuals and small teams.
If you are tired of cloud sync tools that overwrite your files or want to avoid monthly subscription fees, BlinkDisk is worth a look. It runs on your desktop, encrypts everything before upload, and lets you store backups wherever you want.
Source: blinkdisk.com | GitHub | HN
Related Posts
dev-tools
Automotive Skills Suite for AI Engineering
Evaluate Automotive Skills Suite for APQP, ASPICE, HARA, safety-plan, and DIA workflows with setup notes, governance risks, and SME review guidance.
5/28/2026
dev-tools
awesome-agentic-ai-zh Roadmap Guide
Explore awesome-agentic-ai-zh as a Chinese agentic AI learning roadmap, with setup notes, track selection, study workflow, and evaluation guidance.
5/28/2026
dev-tools
Baguette iOS Simulator Automation Guide
Set up Baguette for iOS Simulator automation, web dashboards, device farms, gesture input, streaming, and camera testing with Xcode caveats.
5/28/2026