@schenklklopfer Absolut. Kennst du schon den freundlichen Wrapper rund um #Restic namens #resticprofile?

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

resticprofile

Configuration profiles manager for restic backup

resticprofile

@DocM Erst hab ich #Borg #backup genutzt.
Dann hatte ich damit Probleme.
Jetzt nutze ich #Restic und #Resticprofile, auch weil es 10 mal schneller ist und es weniger Probleme mit dem Cloudspeicher gab.
Wie #Restic und #Resticprofile funktioniert haben @ascherbaum und ich auf den #clt2025 erzählt:

https://www.rainerrose.de/docs/writings/2025/#backups-mit-restic-und-resticprofile

2025 - Vorträge

Eine Auflistung meiner Vorträge aus dem Jahr 2025. Backups mit restic und resticprofile März 2025 auf den Chemnitzer Linux-Tagen 2025 Dezember 2025 auf den IT-Tage 2025 Kurzprofil Dieser Vortrag geht zuerst auf grundlegende Details und die Arbeitsweise von restic ein. Wir besprechen lokalen und Cloud Storage, Verschlüsselung, Snapshots, Restore, sowie verschiedene wichtige Optionen. Im zweiten Teil erklären wir, wie resticprofile funktioniert. Als Beispiel wird ein Backup-Szenario sowohl mittels restic als auch mit resticprofile aufgebaut, um die Unterschiede in der Handhabung zu verdeutlichen.

private Homepage von Rainer Rose

@_DigitalWriter_ Tipp: Sowas kann #Restic out of the box. Ansteuern dann mit #Resticprofile.
Und das #Backup ist noch verschlüsselt. Lokal, Netzwerk, S3 usw.
Für #windows #linux #macos etc. verfügbar.
@ascherbaum und ich haben da auf den #clt2025 schon mal was erzählt. https://rainerrose.de/docs/writings/2025/#backups-mit-restic-und-resticprofile

Ein fortgeschrittener Talk vielleicht #CLT2026 .

2025 - Vorträge

Eine Auflistung meiner Vorträge aus dem Jahr 2025. Backups mit restic und resticprofile März 2025 auf den Chemnitzer Linux-Tagen 2025 Dezember 2025 auf den IT-Tage 2025 Kurzprofil Dieser Vortrag geht zuerst auf grundlegende Details und die Arbeitsweise von restic ein. Wir besprechen lokalen und Cloud Storage, Verschlüsselung, Snapshots, Restore, sowie verschiedene wichtige Optionen. Im zweiten Teil erklären wir, wie resticprofile funktioniert. Als Beispiel wird ein Backup-Szenario sowohl mittels restic als auch mit resticprofile aufgebaut, um die Unterschiede in der Handhabung zu verdeutlichen.

private Homepage von Rainer Rose

Moved from home crafted #bash scripts to #resticprofile tonight.

It's okay. For sure more declarative, but not really seeing a gigantic difference. Yet. But I feel like it was progress.

I found both #cursor and #gemini struggled with the config file syntax. So did I, a human. 😃

#restic #linux #gentoo #cursor

@zef
You should definitely have a try and use Resticprofile for configuration instead of plain Restic.

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

#restic #resticprofile

resticprofile

Configuration profiles manager for restic backup

resticprofile
Wie bekommt man unter #macOS eigentlich dieses verkackte Popup weg?
#Resticprofile hat bereits Festplattenvollzugriff, wird aber als Hintergrundtask über launchd gestartet. #sicherheitstheater

@frederic That's a good question, which I'm also asking myself right now.
I think I'll program a little script.
I also use #restic, but in addition to that, I use #resticprofile.
There is a configuration parameter called “run-after” as a command hook.
I'll give that a try when I have a little more time.

https://creativeprojects.github.io/resticprofile/configuration/run_hooks/index.html

#backup

Command Hooks :: resticprofile

Run commands before, after success or after failure resticprofile has 2 places where you can run commands around restic: commands that will run before and after every restic command (snapshots, backup, check, forget, prune, mount, etc.). These are placed at the root of each profile and are always considered. commands that will only run before and after specific restic commands. These are placed in supported sections of your profiles (currently supported are backup, copy, dump, find, ls, mount, restore, snapshots, stats and tag). Here’s an example of all the external commands that you can run during the execution of a profile:

resticprofile
@mr_grey #resticprofile has been my favourite method.

@infosophia Moin schöner Artikel.
Als Hoster vermisse ich da noch @hetzner , die bieten da unterschiedliche Schnittstellen an, dein präferiertes mit WebDAV und SFTP ist auch mit dabei.

Auch wenn ich @cryptomator eine wunderbare Software finde.
Für Automatisierung empfehle ich @restic in Zusammenspiel mit #resticprofile . (1/2)

@tux @apollo Bevor du da weiter bastelst:
Schau dir mal #Resticprofile an. Das ist ein Wrapper für #Restic

Im Grunde sind das zwei Befehle dann:

resticprofile backup

resticprofile snapshots

Reicht wenn du die Standard-Config nimmst.

Und wenn du noch Festplatten mounten musst oder so, geht das auch recht simpel mit einem Eintrag in der Config.

Unterschiedliche Quelle/Ziele sind auch recht einfach (IMHO) umzusetzen.
Z. B. :

Resticprofile -n anderesZiel Backup

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

resticprofile

Configuration profiles manager for restic backup

resticprofile