Hey all, I try to figure out an optimal deployment for our scenario:
We have a bunch of Linux boxes, all managed by AWX that we want to backup with kopia as well as a deployed Minio. Do we really need a Kopia-UI server as central endpoint? From my understanding of the documentation, we could also just connect each client to a bucket on the minio host instead of using the server at all. We can then manage the policies on all clients in AWX, removing the burden to manage another box. Is this correct or do I miss something?
Shall we a) use a central kopia server or b) just let each client connect to its own bucket.
great answer. Good point with not needing the UI to run a repository server.
Some benefits do not apply in an ansible world, theres not much difference between altering a palybook for all clients or altering the playbook for the server. Same with the policies. But the other benefits make the difference.
Thanks for pointing me into the right direction here.