A startup from Germany.
Deduplication
Restic has built-in deduplication, which ensures that only unique data is stored, reducing backup size and saving storage space.
Encryption
Restic provides top-notch encryption (AES-256 and RSA-4096 by default), ensuring data security during storage and transfer.
Cross-platform
Restic is compatible with multiple operating systems, including Linux, macOS, and Windows, providing flexibility and ease of use across different environments.
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.
Simplicity
Restic is designed to be easy to use with a straightforward command-line interface, reducing the learning curve for new users.
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.
Open Source
Restic is open-source, allowing users to review the source code, contribute to the project, and avoid vendor lock-in.
Promote Restic. You can add any of these badges on your website.
Restic is considered a good choice for individuals or organizations seeking secure and efficient backup solutions. Its performance, combined with strong encryption and cross-platform support, makes it a reliable option. However, like any tool, it depends on user needs and specific backup requirements. Some users may find that advanced configurations require more manual setup compared to more commercial solutions.
We have collected here some useful links to help you find out if Restic is good.
Check the traffic stats of Restic on SimilarWeb. The key metrics to look for are: monthly visits, average visit duration, pages per visit, and traffic by country. Moreoever, check the traffic sources. For example "Direct" traffic is a good sign.
Check the "Domain Rating" of Restic on Ahrefs. The domain rating is a measure of the strength of a website's backlink profile on a scale from 0 to 100. It shows the strength of Restic's backlink profile compared to the other websites. In most cases a domain rating of 60+ is considered good and 70+ is considered very good.
Check the "Domain Authority" of Restic on MOZ. A website's domain authority (DA) is a search engine ranking score that predicts how well a website will rank on search engine result pages (SERPs). It is based on a 100-point logarithmic scale, with higher scores corresponding to a greater likelihood of ranking. This is another useful metric to check if a website is good.
The latest comments about Restic on Reddit. This can help you find out how popualr the product is and what people think about it.
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
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 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
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
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
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
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
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
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
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
You might be interested in https://restic.net :). - Source: Hacker News / over 2 years ago
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
+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
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
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
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
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
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
Can someone please help decide what is the "best" backup software? - Restic (https://restic.net/). - Source: Hacker News / almost 3 years ago
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
For backups I recommend using https://restic.net/. Source: about 3 years ago
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.
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.