Hi!
I’m fairly new to Kopia. I’m exploring both the GUI and the CLI. I’ve also been looking for a mount solution. I have FUSE-T installed on my Apple Silicon Mac. It seems to work with other software. Perhaps Kopia will support it at some point.
In the meantime, I’ve found that the CLI supports a —webdav flag:
https://kopia.io/docs/reference/command-line/common/mount/
So this mounts, for example:
kopia mount --webdav all kopiamountpoint &
(I created a ~/kopiamountpoint empty directory ahead of time.)
I’m uncertain how WebDAV currently compares to FUSE-T with respect to reliability. In any event, it’s something we can try! Fortunately, we also have other options for restoring:
https://kopia.io/docs/faqs/#how-to-restore-my-backed-up-filesdirectories
—Brian