I want to back up to two repos.
My current command to use Kopia is
/usr/bin/kopia server start --insecure --without-password &
It sure would be nice to be able to add a second repo. It almost looks like that’s how it’s already designed, given the fact that it asks me what my repo is called. Why name something when you can only have one of them?
At any rate, until this is natively supported, what’s the best workaround?
Run another instance and point to a different config somewhere, and specify a different port to listen on and browse to that?
What would be the command for this?