Hello, Im trying to host a backup solution on my k8s cluster for my linux and windows clients. I would like it to use https so its easy to manage ingress. Does someone have any recommendations? thanks
EDIT: a requirement i forgot is that it is meant for multiple users but idk if thats possible
Borg
It’s easy to use, there are CLI-wrapper and GUIs, it’s crossplattform, deduplicates, compresses, encrypt and based on rsync. I use it for alle backups between machines and networks.
And borgmatic makes retention rules with automatic runs super easy. It basically a wrapper that runs borg on the client side.
I second borg, been using it for years and it’s never let me down. Granted, I haven’t actually had to do disaster recovery so far, but my tests have been positive lol
Borg is great and I use it myself but afaik there is no Windows version and there is only remote support over SSH, not HTTPS.
As a workaround for Windows you can sync files to a Linux machine with SyncThing for example, and use Borg there.