Hi,
I’m using docker-compose (from Download & Installation | Kopia).
What do I need to backup the kopia installation itself (i.e. not the repository)? Is it simple the “/app/config” volume and the certificates volume?
Given that my installation is fairly static and I am the only one who ever changes it, is there any reason I couldn’t treat both volumes as source code (e.g. commit them along with the docker-compose.yaml)?
Thanks!