Should I use Restic, Borg, or Kopia for container backups?
I'm planning to set up proper backups for my server, but I'm not sure which software to use. I've looked for solutions with encryption, compressed, incremental backups. These seem to be the best options:
I use restic with resticprofiles (one config file), notifications via (self hosted) ntfy.sh and wasabi as backend.
Been very happy, runs reliably and has all the features of a modern backup solution, especially like the option to mount backups as if it were a filesystem with snapshots as folders, makes finding that one file easy without having to recover)