Restic mount to specific tag

I am using restic mount to share out restic reporistory via sftp. I use tags. I would like to mount to a specific point in the restic repository for the ftp client…ex. go directly to tags/sampletag and not to the root of the restic repository (ids/hosts/snapshots etc…) symlinks don’t seem to work…

You can use a bind mount on your machine where you mount the restic directory.

Try out restic mount --tag sampletag --path-template "%T"