Resticprofile Alternatives

Similar projects and alternatives to resticprofile

  1. 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

  2. SaaSHub

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

    SaaSHub logo
  3. restic

    Fast, secure, efficient backup program

  4. czkawka

    Multi functional app to find duplicates, empty folders, similar images etc.

  5. BorgBackup

    Deduplicating archiver with compression and authenticated encryption.

  6. 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.

  7. zfsbootmenu

    ZFS bootloader for root-on-ZFS systems with support for snapshots and native full disk encryption

  8. Duplicacy

    A new generation cloud backup tool

  9. arq_restore

    command-line utility for restoring from Arq backups

  10. sshfs

    Discontinued A network filesystem client to connect to SSH servers

  11. borgmatic

    Simple, configuration-driven backup software for servers and workstations

  12. gphotos-sync

    Discontinued Google Photos and Albums backup with Google Photos Library API

  13. timeshift

    System restore tool for Linux. Creates filesystem snapshots using rsync+hardlinks, or BTRFS snapshots. Supports scheduled snapshots, multiple backup levels, and exclude filters. Snapshots can be restored while system is running or from Live CD/USB. (by linuxmint)

  14. snapper

    Manage filesystem snapshots and allow undo of system modifications

  15. unison

    Unison file synchronizer (by bcpierce00)

  16. autorestic

    Config driven, easy backup cli for restic.

  17. crestic

    Configurable Restic Wrapper

  18. my-backup-plan

    How I back up all my data.

  19. npbackup

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

  20. prp

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

  21. ansible-role-autorestic

    Ansible role to configure backups using autorestic.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better resticprofile alternative or higher similarity.

resticprofile discussion

Log in or Post with

resticprofile reviews and mentions

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 2026-03-11.
  • Restic vs BorgBackup: Which Backup Tool to Use?
    2 projects | dev.to | 11 Mar 2026
    For Restic: Use Resticprofile, Autorestic, or simple cron/systemd timers.
  • resticprofile: Consolidating Exclusion Patterns, Generation Management, and Scheduling in a Single YAML File
    6 projects | dev.to | 29 Jan 2026
    # yaml-language-server: $schema=https://creativeprojects.github.io/resticprofile/jsonschema/config-1.json version: "1" global: default-command: snapshots initialize: false # Common settings base: password-file: "${HOME}/.restic-password" backup: exclude-caches: true exclude-file: - "${HOME}/.restic-excludes" extended-status: true # Common monitoring settings send-before: - method: GET url: "https://hc-ping.com/${HEALTHCHECK_UUID}/start" send-after: - method: GET url: "https://hc-ping.com/${HEALTHCHECK_UUID}" send-after-fail: method: POST url: "https://hc-ping.com/${HEALTHCHECK_UUID}/fail" body: "${ERROR}" retention: prune: true after-backup: true # Default profile (daily local) default: inherit: base repository: "/Volumes/Backup/restic-repo" env: HEALTHCHECK_UUID: "your-local-backup-uuid" backup: source: - "${HOME}/work" - "${HOME}/Documents" schedule: "03:00" schedule-permission: "user" retention: keep-last: 5 keep-daily: 7 keep-weekly: 4 keep-monthly: 6 # Regular verification (monthly) check: schedule: "1 05:00" # Every 1st of the month at 5 AM schedule-permission: "user" read-data-subset: "10%" # Verify 10% of the data # Cloud profile (weekly) cloud: inherit: base repository: "b2:my-bucket:restic-repo" env: B2_ACCOUNT_ID: "${B2_ACCOUNT_ID}" B2_ACCOUNT_KEY: "${B2_ACCOUNT_KEY}" HEALTHCHECK_UUID: "your-cloud-backup-uuid" backup: source: - "${HOME}/work" - "${HOME}/Documents" schedule: "Sun 02:00" schedule-permission: "user" retention: keep-last: 3 keep-weekly: 8 keep-monthly: 12
  • Timeshift: System Restore Tool for Linux
    16 projects | news.ycombinator.com | 22 Jul 2024
    I used to use restic with scripting, then I discovered resticprofile, and swiftly replace all my scripts with it.

    https://github.com/creativeprojects/resticprofile

    I also use Kopia as an alternative to Restic, in case some critical bugs happen to either one of them.

    https://kopia.io/

  • 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.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 11 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic resticprofile repo stats
14
1,322
8.3
about 1 month ago

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

Did you know that Go is
the 4th most popular programming language
based on number of references?