If I am not mistaken, TrueCloud Backup uses restic as backend implementation.
This has the great side effect, that restic might be used for LAN offside-backups in addition to ZFS replication/TrueCloud. And I don’t need to maintain an external binary, which gets root permission on TrueNAS SCALE appliance.
To verify:
$ cat /etc/version
24.10.0.2
$ restic version
restic 0.16.4 compiled with go1.21.6 on linux/amd64
$ which restic
/usr/bin/restic
restic 0.16.4 is a bit stale (04 Feb), but that’s fine for me.
Is this ensured to be vanilla restic binary (no fixed options, code changes etc. tailored to TrueCloud), so that I can re-use it for other backup tasks?
Thanks.