Kopia is a goddamn good backup tool and it deserves to be in the official repos.
been using it for 3 years even in production along veeam.
love the way it functions, where you are not thinking about incremental and full backups, every snapshot is full, but the speed and storage used is that of an incremental, its all deduplicated into hashed chunks that are kept or discarded.
Borg, Restic and others also work the same way... but Kopia is the one that has all the features straight out of the box, mainly being crossplatform, native cloud services support, having a GUI version for simpler dumb deployments, designed day1 for multithread.
Here are my notes on deployments, on linux I use systemd and ntfy to get push notifications on my phone if something fails...
Also planning to make a dashboard for it with prometheus and grafana, like I did for veeam B&R.
It just irks me a bit that on many arch systems I setup its the only package I have from AUR.
Its written in golang, so a single binary without runtime or some dependencies tree, so maybe it should be on the easier side on packaging and maintaining...