Copy list of Directories from file

I have a list of directories that i would like to copy from a google drive to another google drive. The list looks like
Bad Boys 2 (1969)
GodZilla (2020)

I tried the include-from flag.
rclone copy -v --include-from movies.txt gdrive1:/movies/ gdrive2/movies/

Can anyone offer help on how to do this?

Add /** after each directory name, then it should work, eg

Bad Boys 2 (1969)/**
GodZilla (2020)/**

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.