autorestic VS resticprofile

Compare autorestic vs resticprofile and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
autorestic resticprofile
12 10
1,085 537
- -
7.3 8.5
about 1 month ago 21 days ago
Go Go
Apache License 2.0 GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

autorestic

Posts with mentions or reviews of autorestic. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-24.
  • Duplicity
    14 projects | news.ycombinator.com | 24 Jan 2024
    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

  • Advice request on the best approach to backup with restic
    4 projects | /r/selfhosted | 19 May 2023
    I have looked up and found restic to be a good choice for the many advantages it provides (reduplication, incremental copies, encryption, free, ...). I looked also at the many projects built on it to make it easier to configure (resticker, autorestic). I already made a simple test locally for my MainPC (with docker swarm) and it seems to be fine.
  • What backup plan do I use?
    1 project | /r/linuxquestions | 10 Mar 2023
    You should consider setting up something like restic (maybe w/ autorestic) or borg and getting proper incremental backups.
  • duplicati has crossed me for the last time; looking for other recovery options to back up my system and docker containers (databases + configs)
    6 projects | /r/selfhosted | 2 Jan 2023
    I’m also using Autorestic to configure Restic via a YAML file, and I recently wrote an Ansible role to do this across multiple devices 🙂 if interested you can check it out here: https://github.com/dbrennand/ansible-role-autorestic
  • Which service to backup your important files ?
    3 projects | /r/selfhosted | 19 Nov 2022
    There's also [autorestic][https://github.com/cupcakearmy/autorestic), it's worth checking.
  • Backup Size for 5TB HDD?
    1 project | /r/selfhosted | 2 May 2022
    The majority of my storage will be large media, documents, and the like that won't update much and I plan to do the backup with autorestic so I'll only be backing up the file changes (which won't be many/frequent).
  • Restic: Backups Done Right
    31 projects | news.ycombinator.com | 13 Nov 2021
    Autorestic wraps restic in YAML config files, and for that I am very grateful.

    https://github.com/cupcakearmy/autorestic

  • Autorestic – High level CLI utility for restic backup
    1 project | news.ycombinator.com | 28 Sep 2021
  • Suggestions for automatic self-hosted database backups?
    4 projects | /r/selfhosted | 9 Jun 2021
    Maybe autorestic or rclone.
  • Just found what appears to be a great backup program, Kopia.
    3 projects | /r/homelab | 24 Apr 2021
    There’s also a wrapper for restic to make management easier using yaml config (autorestic) and a well-regarded docker image (resticker)

resticprofile

Posts with mentions or reviews of resticprofile. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-26.
  • Rclone syncs your files to cloud storage
    13 projects | news.ycombinator.com | 26 Jan 2024
    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.

  • Duplicity
    14 projects | news.ycombinator.com | 24 Jan 2024
    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

  • Resticprofile: The missing link between a configuration file and restic backup
    1 project | news.ycombinator.com | 3 Dec 2023
  • Ask HN: How do you do backups for personal/home server?
    6 projects | news.ycombinator.com | 10 Jun 2023
  • Alternative to Backblaze that does encryption AND incremental backups?
    2 projects | /r/selfhosted | 16 Apr 2023
    You mean encrypted snapshots of files and not snapshots of encrypted files right? because the later is not really possible. You can do incremental backups with restic and backblaze b2 though. Just setup an automated profile using resticprofile.
  • Help me choose between borg, restic and rclone
    4 projects | /r/selfhosted | 6 Feb 2023
    While we're talking restic tools, have you also tried restic-profile?
  • I am looking for open-source backup application alternatives
    1 project | /r/selfhosted | 18 Jan 2023
    There's also restic profile. I've been using autorestic but coming from borgmatic it feels much less solid.
  • Backups: Pre- and Post-command-aware backup solution?
    1 project | /r/selfhosted | 14 Dec 2022
  • Duplicati: Free backup software to store encrypted backups online
    13 projects | news.ycombinator.com | 3 Nov 2022
    There’s also resticprofile which takes care of scheduling (with launchd on macOS) and maintenance tasks for restic. I especially enjoy that resticprofile can create a prom file for the backup status that I can just scoop up to my monitoring.

    https://creativeprojects.github.io/resticprofile/

  • Why should I switch from Restic to Borg?
    6 projects | /r/BorgBackup | 2 Jun 2022
    Restic has a very good command line tool: resticprofile which lets you write backup profiles in an easy config file, automates the scheduling of each task along with an automatic locking system (to ensure prune never happens during backups, etc), and integration with Zabbix for monitoring the status of the backups (i.e. being alerted when backups fail). Restoring files and searching for files is done via the CLI.

What are some alternatives?

When comparing autorestic and resticprofile you can also consider the following projects:

restic - Fast, secure, efficient backup program

cronicle - cronicle is a simple and scalable task scheduler that builds on the foundations of git, golang and standard logging

AutoMySQLBackup - A fork and further development of AutoMySQLBackup from sourceforge. http://sourceforge.net/projects/automysqlbackup/

BorgBackup - Deduplicating archiver with compression and authenticated encryption.

Neo-Backup - backup manager for android

gemini - Automated backups of PersistentVolumeClaims in Kubernetes using VolumeSnapshots

resticker - Run automatic restic backups via a Docker container.

arq_restore - command-line utility for restoring from Arq backups

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

gh-mirror - Tool to mirror Github repositories locally

Healthchecks - Open-source cron job and background task monitoring service, written in Python & Django

prp - A convenient solution for backing up and restoring your installed packages.