SaaSHub helps you find the best software and product alternatives Learn more โ
Restic Alternatives
Similar projects and alternatives to restic
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
rclone
"rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Azure Blob, Azure Files, Yandex Files
-
-
-
-
kopia
Cross-platform backup tool for Windows, macOS & Linux with fast, incremental backups, client-side end-to-end encryption, compression and data deduplication. CLI and GUI included.
-
Healthchecks
Open-source cron job and background task monitoring service, written in Python & Django
-
-
-
Rsnapshot
a tool for backing up your data using rsync (if you want to get help, use https://lists.sourceforge.net/lists/listinfo/rsnapshot-discuss)
-
-
-
-
-
-
-
rest-server
Rest Server is a high performance HTTP server that implements restic's REST backend API.
-
restic discussion
restic reviews and mentions
-
Docker Volume Backup Strategies on My Own VPS
# Installation on Linux wget https://github.com/restic/restic/releases/download/v0.16.2/restic_0.16.2_linux_amd64.bz2 bzip2 -d restic_0.16.2_linux_amd64.bz2 mv restic_0.16.2_linux_amd64 /usr/local/bin/restic chmod +x /usr/local/bin/restic
-
Restic vs BorgBackup: Which Backup Tool to Use?
# Install on Debian/Ubuntu apt install restic # Or download directly wget https://github.com/restic/restic/releases/download/v0.18.1/restic_0.18.1_linux_amd64.bz2
-
Designing a Restore-First Desktop Backup Tool Around Restic (From Bash Script to Qt/C++)
This realization is what led me from a small Bash script wrapped in KDialog to a full multithreaded Qt/C++ desktop application built around restic.
-
restic: Designing a "Restorable Development Environment" While Excluding node_modules and .git
restic Official Site
-
resticprofile: Consolidating Exclusion Patterns, Generation Management, and Scheduling in a Single YAML File
resticprofile is a wrapper tool for centrally managing the configuration of restic. It is developed in Go and features cross-platform compatibility, just like restic.
- Top 5 database backup tools in 2026
-
Why Self-Host?
The control plane of Tailscale can even be self-hosted via the Headscale project:
https://github.com/juanfont/headscale
As for backups, I like both https://github.com/restic/restic and https://github.com/kopia/kopia/. Encryption is done client-side, so the only thing the offsite host receives is encrypted blobs.
-
Restic vs Rclone vs Rsync: Choosing the Right Tool for Backups
View on GitHub
-
Speeding Up Restic Backups on Kubernetes
I ran into this (initially surprising) behavior of using Restic [1] to make backups of services on Kubernetes, figured I'd write it up for others.
[1] https://github.com/restic/restic/
-
Borg - Deduplicating Archiver with Compression and Encryption
You definitely should have checksumming in some form, even if compression and deduplication are worthless in this particular use case, so either use ZFS on both the sending and the receiving side (most efficient, but probably will force you to redo the NAS), or stick to restic.
I've been mostly using restic over the past five years to backup two dozen servers, no problems so far, and it's been very stable in both senses of the word (absence of bugs & unchanging API โ both "technical" and "user-facing").
https://github.com/restic/restic
The important thing is to run periodic scrubs with full data read to check that your data can actually be restored (I do it once a week; once a month is probably the upper limit).
restic check --read-data ... -
A note from our sponsor - SaaSHub
www.saashub.com | 8 Jun 2026
Stats
restic/restic is an open source project licensed under BSD 2-clause "Simplified" License which is an OSI approved license.
The primary programming language of restic is Go.
Review โ โ โ โ โ 10/10