Open repository read-only

I do have a kopia instance doing all the snapshots. For restoring purposes I want to run a K8s pod accessing the repo but in a read-only way. I want to mount the repo RO inside the pod. But for that scenario I would probably need to disable scheduling, maintenance and so on…

Is kopia capable of opening a repo in an RO way like that?

repository connect has read only option:

--[no-]readonly  false 	Make repository read-only to avoid accidental changes

See docs:

1 Like

Thanks! Must have been blind…