Sooo, #backrest is not really my thing either. You can't change the connection settings of an existing repository, which means no credential rotation and no clean way to handle IP changes when a server moves. That's a pretty fundamental limitation for a backup solution.

I'll take a closer look at #restic without relying on a frontend.

I'm also skeptical about #Borg #Backup and, more broadly, backup tools built on Python/Ruby/shell stacks. There's a lot of room for subtle breakage without strict type safety, and pushing performance-critical parts down into C/C++/ASM layers doesn't exactly inspire confidence either.

Makes me wonder what enterprise solutions look like under the hood. Apparently #Veeam is C#, which is actually a reasonable choice - but requiring a Windows server (and not being OSS) makes it a non-starter for me.

I'm not even talking about things like declarative configuration so you could centralize / version it. Or a nice web frontend (Kopia is OK-ish but not viable for other reasons)

@edermi When looking at Restic i‘ll recommand #resticprofile the friendly Wrapper around #restic.

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

resticprofile

Configuration profiles manager for restic backup

resticprofile
@Kaffee_Junkie42 I'm exactly looking for something like this, thanks!