Hi all,
I really like Rclone for it's ability to convert symlinks from Linux systems to the .rclonelink file on filesystems that does not support symlinks.
That being said, I am a little puzzled how and when this works.
E.g. I have mounted both source and destination filesystems and I do:
rclone copy -l /source/ /destination/
Then the links flag seems to be ignored.
Although, if I define the destination as a SFTP host then the .rclonelink files are created.
rclone copy -l --sftp-host localhost --sftp-key-file .ssh/id_ed25519 /source/ :sftp:/destination/
The target disk is a local mounted disk formated as exfat. Thus, no symlinks are allowed, but why do I need to make this "hack" to save the symlinks as rclonelink files?