Restic

Top 22 Restic Open-Source Projects

  • restic

    Fast, secure, efficient backup program

  • Project mention: Building a Managed Service Provider Business With Open Source | dev.to | 2024-04-04

    Restic - GitHub

  • rustic

    rustic - fast, encrypted, and deduplicated backups powered by Rust

  • Project mention: Duplicity | news.ycombinator.com | 2024-01-24

    I'm a huge fan of restic as well. My only complaint is performance and memory usage. I'm looking forward to being able to use Rustic: https://rustic.cli.rs/

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • autorestic

    Config driven, easy backup cli for restic.

  • Project mention: Duplicity | news.ycombinator.com | 2024-01-24

    I really like restic, and am personally happy to use it via the command line. It's very fast and efficient! However, I do wish there was better tooling / wrappers around it. For example, Pika Backup is a popular UI for Borg of which no equivalent exists for Restic. I'd love to be able to set something simple up on my partner's Macbook.

    For my own purposes, I've been using a script I found on Github[0] for a while, but it only really supports Backblaze B2 AFAIK.[1]

    I've been meaning to try autorestic[2] and resticprofile[3] as they are potentially more flexible than the script I'm currently using, and prestic[4] looks intriguing for my partner's use, but seems to have very few users. And the fact that there are so many competing tools makes it difficult to land on one.

    [0] https://github.com/erikw/restic-automatic-backup-scheduler

    [1] https://github.com/erikw/restic-automatic-backup-scheduler/i...

    [2] https://github.com/cupcakearmy/autorestic

    [3] https://github.com/creativeprojects/resticprofile

    [4] https://github.com/ducalex/prestic

  • restic-automatic-backup-scheduler

    Automatic restic backup using Backblaze B2 storage and either Linux systemd timers, macOS LaunchAgent, Windows ScheduledTask or simply cron.

  • Project mention: Duplicity | news.ycombinator.com | 2024-01-24

    I really like restic, and am personally happy to use it via the command line. It's very fast and efficient! However, I do wish there was better tooling / wrappers around it. For example, Pika Backup is a popular UI for Borg of which no equivalent exists for Restic. I'd love to be able to set something simple up on my partner's Macbook.

    For my own purposes, I've been using a script I found on Github[0] for a while, but it only really supports Backblaze B2 AFAIK.[1]

    I've been meaning to try autorestic[2] and resticprofile[3] as they are potentially more flexible than the script I'm currently using, and prestic[4] looks intriguing for my partner's use, but seems to have very few users. And the fact that there are so many competing tools makes it difficult to land on one.

    [0] https://github.com/erikw/restic-automatic-backup-scheduler

    [1] https://github.com/erikw/restic-automatic-backup-scheduler/i...

    [2] https://github.com/cupcakearmy/autorestic

    [3] https://github.com/creativeprojects/resticprofile

    [4] https://github.com/ducalex/prestic

  • k8up

    Kubernetes and OpenShift Backup Operator

  • backrest

    Backrest is a web UI and orchestrator for restic backup.

  • Project mention: Backrest: UI for Restic Backups | news.ycombinator.com | 2024-04-12
  • restic-browser

    A GUI to browse and restore restic backup repositories.

  • Project mention: World Backup Day | news.ycombinator.com | 2024-03-31

    I like this tool for Restic: https://github.com/emuell/restic-browser

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • resticprofile

    Configuration profiles manager and scheduler for restic backup

  • Project mention: Rclone syncs your files to cloud storage | news.ycombinator.com | 2024-01-26

    The main disadvantage with pure Restic is that you usually have to end up writing your own shell scripts for some configuration management because Restic itself has none of that.

    Fortunately there is https://github.com/creativeprojects/resticprofile to solve that problem.

  • restic-backup-docker

    A docker container to automate backups with restic

  • awesome-restic

    Awesome Restic related projects

  • minecraft-backup

    Backup script for Minecraft servers on Linux. Supports screen, tmux, and RCON connections. Supports tar and restic backup format.

  • npbackup

    A secure and efficient file backup solution that fits both system administrators (CLI) and end users (GUI)

  • Project mention: Duplicity | news.ycombinator.com | 2024-01-24
  • restic-android

    Restic Backup Android App (Unofficial)

  • Project mention: Restic Backup Android App (Unofficial) | news.ycombinator.com | 2023-05-09
  • restic-exporter

    Prometheus exporter for the Restic backup system

  • Project mention: Advice request on the best approach to backup with restic | /r/selfhosted | 2023-05-19

    I also configured telegram notifications for failures (telegram lets you set a custom sound) and Prometheus exporter to see if backups are happening at a glance.

  • resticterm

    multi-platform UI for restic backup software. (https://restic.net/)

  • rustic_core

    rustic_core - library for fast, encrypted, deduplicated backups that powers rustic-rs

  • Project mention: Anouncing rustic_core - a library for fast, encrypted, deduplicated backups | /r/rust | 2023-09-22

    After a bit of refactoring, we are very proud to announce the first version of rustic_core, a library providing all functionality available in rustic, see https://www.reddit.com/r/rust/comments/12xs8h3/announcing_rustic_fast_encrypted_deduplicated/. In fact, rustic is now just a thin CLI wrapper around rustic_core.

  • prestic

    Prestic is a profile manager and task scheduler for restic

  • Project mention: Duplicity | news.ycombinator.com | 2024-01-24

    I really like restic, and am personally happy to use it via the command line. It's very fast and efficient! However, I do wish there was better tooling / wrappers around it. For example, Pika Backup is a popular UI for Borg of which no equivalent exists for Restic. I'd love to be able to set something simple up on my partner's Macbook.

    For my own purposes, I've been using a script I found on Github[0] for a while, but it only really supports Backblaze B2 AFAIK.[1]

    I've been meaning to try autorestic[2] and resticprofile[3] as they are potentially more flexible than the script I'm currently using, and prestic[4] looks intriguing for my partner's use, but seems to have very few users. And the fact that there are so many competing tools makes it difficult to land on one.

    [0] https://github.com/erikw/restic-automatic-backup-scheduler

    [1] https://github.com/erikw/restic-automatic-backup-scheduler/i...

    [2] https://github.com/cupcakearmy/autorestic

    [3] https://github.com/creativeprojects/resticprofile

    [4] https://github.com/ducalex/prestic

  • ansible-role-autorestic

    Ansible role to configure backups using autorestic.

  • jarg

    Just another restic gui (by rgwch)

  • restic-wrapper

    Simple bash wrapper to source .env configuration files for Restic. Facilitates both manual CLI execution and scheduled (cron) execution.

  • restic-backup

    Systemd configuration for restic-based backups

  • restickler

    Supervise restic to back up, test restore, forget, prune, and check.

  • Project mention: Recommendations for cloud backup for MacOS other than iCloud Drive? | /r/apple | 2023-04-29

    I created a helper tool restickler to manage when restic runs (e.g., to prevent it running while on battery, hotspot, or idle).

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Restic related posts

Index

What are some of the best open-source Restic projects? This list will help you:

Project Stars
1 restic 23,706
2 rustic 1,497
3 autorestic 1,085
4 restic-automatic-backup-scheduler 577
5 k8up 555
6 backrest 537
7 restic-browser 535
8 resticprofile 530
9 restic-backup-docker 321
10 awesome-restic 307
11 minecraft-backup 200
12 npbackup 121
13 restic-android 117
14 restic-exporter 57
15 resticterm 45
16 rustic_core 29
17 prestic 13
18 ansible-role-autorestic 9
19 jarg 9
20 restic-wrapper 4
21 restic-backup 0
22 restickler 0

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com