SaaSHub helps you find the best software and product alternatives Learn more →
Resticprofile Alternatives
Similar projects and alternatives to resticprofile
-
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
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
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.
-
-
-
-
-
-
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)
-
-
-
-
-
-
npbackup
A secure and efficient file backup solution that fits both system administrators (CLI) and end users (GUI)
-
-
resticprofile discussion
resticprofile reviews and mentions
-
Restic vs BorgBackup: Which Backup Tool to Use?
For Restic: Use Resticprofile, Autorestic, or simple cron/systemd timers.
-
resticprofile: Consolidating Exclusion Patterns, Generation Management, and Scheduling in a Single YAML File
# 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
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
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
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
- Ask HN: How do you do backups for personal/home server?
-
Alternative to Backblaze that does encryption AND incremental backups?
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
While we're talking restic tools, have you also tried restic-profile?
-
I am looking for open-source backup application alternatives
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
Stats
creativeprojects/resticprofile is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of resticprofile is Go.