I would like to use rclone to copy one local disk drive to another disk drink. Attempting:
rclone /Volumes/diska /Volumes/diskb
This fails with Can't follow symlink without -L/--copy-links.
The disk contents includes Final Cut Pro projects which naturally use symlinks as part of the project files.
So I'd like to copy the contents verbatim, including these necessary symlinks in full fidelity. And if I can use rclone then I can use the some tool for other stuff.
The recommended option --copy-links seems to copy the contents of the symlink, not what I want. Is there another way to actually copy as a symlink?