There's no discussion category so I'll post this here for now
So from previous posts here and through my own research I've determines two ways to share a Rclone union remote mount
the first method which I am using can be done in two ways. one is for me to have Rclone in an unprivilaged LXC container the share the mount using SMB then mount the SMB share using Rclone
the second way is to still share using SMB but the other container must be privilaged so it could mount the SMB share without having to use Rclone to mount it.
now the second method is to have Rclone on the host machine mount the union there and then just map it as a directoiry to the LXC containers.
Recently I've been having some performance issue with the first method wherein there's a significan't delay on the upload of the filees to the cloud so it fills the local storage before Rclone is able to upload the
so I'm wondering if just having Rclone on the host would be better.
this is the command I use to mount the union drive
rclone mount cloud: /home/scarletdevil19/cloud --allow-other --vfs-cache-mode full --daemon