Best practice to migrate/move data from bind mount to docker volume?

I started using docker with bind mounts but now I want to install a backup docker system and copy docker volumes from my primary docker system to the backup.
What is the best practice
a) moving/copying data from a bind mount into a docker container
b) copying volumes to another docker host

Thanks a lot for helping.