Copy container with bind mount to other host?

Hi
On LXD 4.2, I have a container with bind mount from the host. I wish to copy it to another server for backup purpose, but lxc copy myCT remote:myCT complains about that bind mount with the message Invalid devices: Device validation failed "otherfolder": Missing source "/srv/dev-disk-by-label-hd1/samplebindmount" for disk "otherfolder"

Not only my backup server does not have (yet) that folder samplebindmount, but also the drive itself (/srv/dev-disk-by-label-hd1) doesn’t have the same name i.e. is not mounted the same on the backup server. I saw there are several option for “lxc copy” but I’m not sure if they can help.

How should I proceed? Thanks for the help!

lxc copy -d otherfolder,source=/some/other/path should do the trick