Software Alternatives, Accelerators & Startups

Restic

Easy: Doing backups should be a frictionless process, otherwise you are tempted to skip it.

Restic

Restic Reviews and Details

This page is designed to help you find out whether Restic is good and if it is the right choice for you.

Screenshots and images

  • Restic Landing page
    Landing page //
    2021-07-22

Features & Specs

  1. Deduplication

    Restic has built-in deduplication, which ensures that only unique data is stored, reducing backup size and saving storage space.

  2. Encryption

    Restic provides top-notch encryption (AES-256 and RSA-4096 by default), ensuring data security during storage and transfer.

  3. Cross-platform

    Restic is compatible with multiple operating systems, including Linux, macOS, and Windows, providing flexibility and ease of use across different environments.

  4. Efficient Backups

    Restic performs incremental backups, ensuring that only changes made since the last backup are saved, which makes the process faster and conserves bandwidth.

  5. Simplicity

    Restic is designed to be easy to use with a straightforward command-line interface, reducing the learning curve for new users.

  6. Multiple Storage Backends

    Restic supports a variety of storage backends, including local disk, SFTP, Amazon S3, Google Cloud Storage, and Microsoft Azure, providing versatility and options for users.

  7. Open Source

    Restic is open-source, allowing users to review the source code, contribute to the project, and avoid vendor lock-in.

Badges & Trophies

Promote Restic. You can add any of these badges on your website.

SaaSHub badge
Show embed code
SaaSHub badge
Show embed code

Videos

Making Backups From The Linux Command Line: Restic Review

Using Restic for backups - Quick and Easy

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Restic and what they use it for.
  • The 3-2-1 Backup Setup for Self-Hosters: restic + Backblaze B2
    In this guide I'll set up the backup system I actually run: restic pushing encrypted snapshots to Backblaze B2, automated on a timer, monitored, and โ€” the part everyone skips โ€” verified with a real restore. It works the same on a โ‚ฌ5 VPS or a home-lab box. - Source: dev.to / 26 days ago
  • 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. - Source: dev.to / 5 months ago
  • 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. - Source: dev.to / 6 months ago
  • Borg - Deduplicating Archiver with Compression and Encryption
    I switched to restic (https://restic.net/) and the backrest webui (https://github.com/garethgeorge/backrest) for Windows support. Files are deduplicated across machines with good compression support. - Source: Hacker News / 12 months ago
  • Ask HN: What are your peronsal data backup and sync setups? (2025)
    Used to be restic[1], but I switched to kopia[2]. For Android I just sync /storage/emulated/0/ with syncthing. All devices are backed up to a home server. Home server backups go to Backblaze (but any S3-compatible storage would do). 1. https://restic.net/. - Source: Hacker News / about 1 year ago
  • Ask HN: What project do you donate to?
    It's mostly what I use daily or a lot (except one these are not recurring; I will try to make these recurring once I am financially there again): - https://objective-see.org/support.html - https://www.thunderbird.net/donate (I hope none of it goes to Mozilla or Firefox. I also hope https://thundermail.com brings something than I can instead pay for, if I can or will decide to afford, instead of intermittent... - Source: Hacker News / about 1 year ago
  • Hold My Data
    Run restic to backup an entire filesystem or a subset of it, and upload to a remote S3-compatible storage. - Source: dev.to / about 1 year ago
  • Backblaze seemingly does not support files greater than 1 TB
    Restic is my personal favorite for straightforward file backups. It's simple and well-designed, integrates with rclone meaning it supports any cloud storage service you can imagine, and has a decently large community surrounding it. https://restic.net/ https://github.com/rubiojr/awesome-restic. - Source: Hacker News / over 1 year ago
  • Simple backup service with rclone, restic and systemd on WebDAV (or another storage)
    Let me show you how I back up my computers with restic and rclone using simple systemd configuration. - Source: dev.to / over 1 year ago
  • Ask HN: What is your approach for managing personal digital assets?
    I religiously use Google contacts. It's the simplest way to keep people contacts up to date on Android. I archive all important documents in specific folders by subject and date. This is backed up to back blaze with restic. https://restic.net/ I use https://ente.io for pictures. I convinced my wife to use it, and she agreed to auto share her photos so I don't nag her for copies. It had simple import from Facebook... - Source: Hacker News / over 2 years ago
  • Rclone syncs your files to cloud storage
    You might be interested in https://restic.net :). - Source: Hacker News / over 2 years ago
  • Duplicity
    After Borg, I switched to Restic: https://restic.net/ AFAIK, the only difference is that Restic doesn't require Restic installed on the remote server, so you can efficiently backup to things like S3 or FTP. Other than that, both are fantastic. - Source: Hacker News / over 2 years ago
  • Duplicity
    +1 for restic. I tried various solutions and restic is the best by far. So fast, so reliable. https://restic.net/. - Source: Hacker News / over 2 years ago
  • best backup for ubuntu ?
    I use and recommend restic. I use it for about 60 machines on my LAN, and it's absolutely fantastic. Source: over 2 years ago
  • Satisfactory
    Git isn't really great for storing binary files (I assume the saves are binary and not plain text) without additions like git LFS. I'd recommend a backup manager like restic (https://restic.net/). Source: over 2 years ago
  • Root Filesystem Backup Software
    I use restic for everything. You can put the repo darn near anywhere you want (NAS, AWS, Backblaze, etc) either natively or using rclone. https://restic.net/. Source: over 2 years ago
  • Bandcamp support is faltering โ€“ maybe you should download your music now
    More importantly you have the possibility to get lossless music files. If you download from bandcamp then currently only in flac and backup the results with programs like restic [1] just as you should back up all other data. You should always make a second copy fo any further changes if you rewrite tags or encode to other formats like mp3. [1] https://restic.net. - Source: Hacker News / over 2 years ago
  • The Tailscale Universal Docker Mod
    Wireguard + GUI: https://github.com/wg-easy/wg-easy Backups of mail accounts: https://www.offlineimap.org Cloud storage for phones: http://nextcloud.com Mirroring podcasts locally: https://github.com/akhilrex/podgrab My own matrix instance: https://matrix-org.github.io/dendrite/ Backups: https://restic.net Media Management: https://jellyfin.org Relay only tor help: https://www.torproject.org S3 compatible storage:... - Source: Hacker News / almost 3 years ago
  • Kopia: Open-Source, Fast and Secure Open-Source Backup Software
    Can someone please help decide what is the "best" backup software? - Restic (https://restic.net/). - Source: Hacker News / almost 3 years ago
  • Borgbase backups have been unavailable for 3 days โ€“ recovery is at 26%
    I used their trial for a bit to test it out with Vorta [1] in a container. Vorta (and Borg) seemed to work fine, until I wanted to restore an archive and I noticed that my recent snapshots were completely empty. Probably because of a misconfiguration on my end though. But it made me look elsewhere. For me backups should be a fire, test and forget solution. Recently I made the switch to Kopia [2] which seems to... - Source: Hacker News / almost 3 years ago
  • Rsync and Versioning/Backups
    For backups I recommend using https://restic.net/. Source: about 3 years ago

Summary of the public mentions of Restic

Restic is emerging as a popular choice among backup solutions, particularly within the Linux community, for its simplicity, efficiency, and comprehensive toolset. As an open-source, command-line based backup program, it is designed with a focus on securing data against unauthorized access in diverse storage environments. This aligns it closely with its competitive landscape, featuring other notable tools such as Borg Backup, Rclone, UrBackup, and Duplicacy.

Public opinion, as gathered from various recent discussions and online mentions, reflects an overall positive sentiment towards Restic. Users frequently highlight its ease of use, speed, and impressive reliability, even in complex storage configurations like cross-platform uploads via S3-compatible storage or utilizing Rclone for broader compatibility with various cloud storage services. The seamless integration with Rclone expands Resticโ€™s capabilities significantly, allowing users to backup to virtually any cloud service they prefer.

Restic is frequently recommended on forums for straightforward file backups due to its lightweight design and user-centric approach. It is praised as a "fantastic" solution that "just works," appealing to both individual users managing personal digital assets and IT professionals overseeing large networksโ€”often managing over dozens of machines with Restic as their backup solution of choice. Its capability to perform backups without needing Restic itself installed on remote servers adds flexibility and ease to backup operations, particularly when utilizing cloud solutions such as Amazon S3 or FTP servers.

Despite these accolades, there are suggestions on improvement areas. A recurring theme in user feedback is the wish for a more established donation mechanism, highlighting the communityโ€™s desire to support Restic's ongoing development financially. Given its open-source nature, such contributions are often vital for sustainability and further innovation. The community also discusses the lack of a graphical user interface (GUI), which could potentially broaden its usability across less technically inclined users.

In terms of competition, Restic frequently surfaces in discussions alongside Borg, with a fair number of users who have switched from other tools expressing satisfaction with Resticโ€™s features and operational stability. However, tools with visual user interfaces, like Kopia, also gather attention for potentially offering equivalent feature sets with more accessibility to users preferring a GUI environment.

Overall, Restic stands out as a robust and reliable backup solution, positioned well within a competitive market. Its strong community support, efficient command-line operations, and broad storage compatibility make it a commendable choice for both novices and seasoned IT professionals. As the software evolves, focusing on user-requested features like GUI options and donation pathways could further solidify its standing in the backup utility space.

Do you know an article comparing Restic to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Restic discussion

Log in or Post with

Is Restic good? This is an informative page that will help you find out. Moreover, you can review and discuss Restic here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.